<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Attribute Inspector Modification Issue in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401838#M9378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anybody?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I add a fieldInspector to an itemRender or how can I get rid of the Form in the AttributeEditor skin?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Nov 2011 11:54:39 GMT</pubDate>
    <dc:creator>PatrickAdesso</dc:creator>
    <dc:date>2011-11-10T11:54:39Z</dc:date>
    <item>
      <title>Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401834#M9374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi all,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm trying to use the attribute inspector as an item renderer in a datagrid.&amp;nbsp; I've gotten the fieldInspector components filtered down properly to only show data for the grid column they're in and they editing is working properly but I'm having some trouble getting them to a look just right.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically, I can't get rid of the label in the AttributeInpector form, so the cell is overflowing.&amp;nbsp; Ideally, I'd like to only use the Field Inspector component as the itemRenderer but that doesn't inherit from IDisplay, so I can't add it directly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I set a custom skin on the AttributeInspector and got it formatted the way I want minus the label.&amp;nbsp; Since the child Form object is a halo object, I can't nest a skin on there and dump the label...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems to me, the right way would be to override the AttributeInspector object and have a container (BorderContainer?) instead of a form but I can't get this to work either.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any insight is appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Nov 2011 19:39:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401834#M9374</guid>
      <dc:creator>PatrickAdesso</dc:creator>
      <dc:date>2011-11-03T19:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401835#M9375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry to bump this but I don't want it to fall too far; I could really use a nudge.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to use a UI component besides a form in an attribute inspector?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 12:22:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401835#M9375</guid>
      <dc:creator>PatrickAdesso</dc:creator>
      <dc:date>2011-11-04T12:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401836#M9376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1 - Can you show your AttributeIspector skin code?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2 - Why u can not use some own GridItemRenderer instead of AttributeInspector?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2011 13:11:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401836#M9376</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2011-11-04T13:11:13Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401837#M9377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Skin code is just the default skin as the form is a halo (mx) component, so I can't control children of that it seems.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;lt;?xml version="1.0" encoding="utf-8"?&amp;gt;
&amp;lt;!--
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Copyright (c) 2010 ESRI

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; All rights reserved under the copyright laws of the United States
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and applicable international laws, treaties, and conventions.

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; You may freely redistribute and use this sample code, with or
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; without modification, provided you include the original copyright
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; notice and use restrictions.

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; See use restrictions in use_restrictions.txt.
--&amp;gt;
&amp;lt;!---
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The default skin class for the AttributeInspector component.
--&amp;gt;
&amp;lt;s:SparkSkin xmlns:fx="http://ns.adobe.com/mxml/2009"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:mx="library://ns.adobe.com/flex/mx"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xmlns:s="library://ns.adobe.com/flex/spark"&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- host component --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;fx:Metadata&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; /**
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; * A strongly typed property that references the component to which this skin is applied.
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; */ 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [HostComponent("com.esri.ags.components.AttributeInspector")]
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/fx:Metadata&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:states&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:State name="normal"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:State name="disabled"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:State name="invalid"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:states&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:layout&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;s:VerticalLayout horizontalAlign="center"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/s:layout&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--- Form to display the attributes of the active feature. --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mx:Form id="form"
&amp;nbsp;&amp;nbsp;&amp;nbsp; paddingBottom="0" paddingLeft="0" paddingRight="0" paddingTop="0"&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; width="100%" height="100%"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; enabled.disabled="false"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; horizontalScrollPolicy="off"&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; maxHeight="{hostComponent.getStyle('formMaxHeight')}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; verticalScrollPolicy="auto"&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;mx:FormHeading includeInLayout="{hostComponent.numFeatures&amp;amp;gt;1}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; label="{hostComponent.activeFeatureIndex+1} {resourceManager.getString('ESRIMessages','attributeInspectorOf')} {hostComponent.numFeatures}"
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible="{hostComponent.numFeatures&amp;amp;gt;1}"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/mx:Form&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;lt;/s:SparkSkin&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'd be happy to use another grid renderer if it worked properly.&amp;nbsp; I guess I could bind the coded values in the feature layer to a dropdown directly instead of using the attribute inspector??&amp;nbsp; I opted for the attribute inspector because it's simple to do the update (editting attribute values) using the applyEdits method.&amp;nbsp; I'm open to suggestions!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 18:19:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401837#M9377</guid>
      <dc:creator>PatrickAdesso</dc:creator>
      <dc:date>2021-12-11T18:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401838#M9378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anybody?&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I add a fieldInspector to an itemRender or how can I get rid of the Form in the AttributeEditor skin?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 11:54:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401838#M9378</guid>
      <dc:creator>PatrickAdesso</dc:creator>
      <dc:date>2011-11-10T11:54:39Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401839#M9379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have the same question Patrick.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 14:34:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401839#M9379</guid>
      <dc:creator>TroySchmidt</dc:creator>
      <dc:date>2011-11-10T14:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401840#M9380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Surely someone with ESRI has input...&amp;nbsp; Are we forced into using a form (child of the attribute Inspector) as a container for a field inspector?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe a better question...&amp;nbsp; How can a field inspector be added to a generic UIComponent?&amp;nbsp; Do we need to set a renderer if we are doing in manually?&amp;nbsp; Is the renderer defaulted somehow if we use an attributeInspector?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Help! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 14:57:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401840#M9380</guid>
      <dc:creator>PatrickAdesso</dc:creator>
      <dc:date>2011-11-10T14:57:33Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401841#M9381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I just hope someone from ESRI sees this and can give some help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 16:38:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401841#M9381</guid>
      <dc:creator>TroySchmidt</dc:creator>
      <dc:date>2011-11-10T16:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Modification Issue</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401842#M9382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Patrick,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If I had a task to create a DataGrid with the ability to edit and save changes, then I would start &lt;/SPAN&gt;&lt;A href="http://web.zone.ee/bespiva/2/EditableDataGrid.html"&gt;something like this&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I can change Incident number and track changes. I know, &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#applyEdits()"&gt;how to apply edits&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Source is &lt;/SPAN&gt;&lt;A href="http://web.zone.ee/bespiva/2/EditableDataGrid.zip"&gt;here&lt;/A&gt;&lt;SPAN&gt; (4KB).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Nov 2011 20:09:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-modification-issue/m-p/401842#M9382</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2011-11-10T20:09:54Z</dc:date>
    </item>
  </channel>
</rss>

