<?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 Limitations in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727424#M16146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;*that was a typo i did mean AttributeInspector NOT attachmentInspector&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there is some css &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esri|AttributeInspector&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; color:#00ff00;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;perhaps this is the expected approach? Now i just need to work out which properties are available? But this is not going to be as flexible as skining.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jul 2011 13:19:07 GMT</pubDate>
    <dc:creator>MarkHorsell</dc:creator>
    <dc:date>2011-07-27T13:19:07Z</dc:date>
    <item>
      <title>Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727418#M16140</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've been playing around with the new editing components and are finding the attribute inspector very limited in it's format and appearance. It seems to use TextInput and RichEditableText spark components and resize them according to the data column width.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What i'd like to know is whether it's possible to resize them manually, the FieldInspector component doesn't have a width property. Ideally the AttributeInspector would display the inputs in the Design tab in Flash Builder and enable you to change the allignment properties but at the moment it just shows a blank container. I'd also like to move the Delete/Next/Forward buttons and the '1/2' indicator, but again they're in a fixed location.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It's an excellent component for functionality but at the moment i'm having to manually code all the editing features into a custom input form just to cater for the fact that i'd like all my input boxes to align nicely, which is a bit wasteful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Mar 2011 11:33:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727418#M16140</guid>
      <dc:creator>HessCorporation</dc:creator>
      <dc:date>2011-03-22T11:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727419#M16141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Can you post a screenshot showing what's happening and what you'd like to change? The fields seem to be lined up in this sample:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=AttributeInspectorOutsideMap"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html?sample=AttributeInspectorOutsideMap&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can change the buttons and make other changes by creating a custom skin. The default skin is in the skins folder in the API zip.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reference:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/flex/help/index.html#inside_api/styling_and_skinning_overview.htm"&gt;http://help.arcgis.com/en/webapi/flex/help/index.html#inside_api/styling_and_skinning_overview.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 01:54:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727419#M16141</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2011-03-23T01:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727420#M16142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dasa.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example attached (AttributeInspector.png), in this the Panel is set to 250x350 and the AttributeInspector is 100%, yet the FieldInspector is shooting out the side of the parent conatiner. Ideally i'd like to control the width of the TextInput via the container. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;At the moment they seem to always be a fixed size depending on the data type, in this example the Name attribute is a 50 char text field while the ID is a double, which results in them being different widths. I'd also like the ability to change the height of the Name TextInput as it's bigger than necessary, but again that seems to be a fixed property.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've also attached another example (AttributeInspector2.png), where both the Panel and AttributeInspector are set to 100%, the problem here is that the Delete/Next/Back buttons sit a third of the way up from the bottom, despite the parent AttributeInspector container filling the entire panel. I would ideally like to be able to move these so they sit right at the bottom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Richard&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Mar 2011 09:07:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727420#M16142</guid>
      <dc:creator>HessCorporation</dc:creator>
      <dc:date>2011-03-23T09:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727421#M16143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was wondering if it's possible to show all the selected features' attributes in a datagrid instead of the paged GUI in the sample?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where should we make this GUI change if it's possible, because I don't understand where the GUI formatting in the sample is being defined.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any advice would be appreciated. thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2011 04:18:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727421#M16143</guid>
      <dc:creator>mei09</dc:creator>
      <dc:date>2011-04-02T04:18:49Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727422#M16144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;mei 09,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; You are not going to get very far in this new Flex 4 world unless you learn about skinning.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The GUI for the inspector is defined in the AttributeInspectorSkin.mxml in the ArcGIS_Flex\skins\src\com\esri\ags\skins folder.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Apr 2011 11:55:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727422#M16144</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2011-04-02T11:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727423#M16145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you have any luck skinning the Attribute Inspector? I can only see the API in the swc in the referenced library. (I'm thinking it has something to do with AttachmentInspectorSkin.abc) But the Skin property on AttibuteInspector is read only anyway! Which when i do read it says "null". So i'm wondering where the skin is attached. I'm sure i'm missing something simple. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 13:12:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727423#M16145</guid>
      <dc:creator>MarkHorsell</dc:creator>
      <dc:date>2011-07-27T13:12:03Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727424#M16146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;*that was a typo i did mean AttributeInspector NOT attachmentInspector&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there is some css &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esri|AttributeInspector&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;{&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; color:#00ff00;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;perhaps this is the expected approach? Now i just need to work out which properties are available? But this is not going to be as flexible as skining.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jul 2011 13:19:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727424#M16146</guid>
      <dc:creator>MarkHorsell</dc:creator>
      <dc:date>2011-07-27T13:19:07Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727425#M16147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there a way to standardize the text input block size for the attribute inspector?&amp;nbsp; I notice that it is dependent on the size of the field but I cannot find anywhere in the skin where the code decides how big to make the input text box.&amp;nbsp; I have a lot of fields and think it would be more friendly if all input text boxes were of the same size.&amp;nbsp; Thanks for any help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 12:37:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727425#M16147</guid>
      <dc:creator>philippschnetzer</dc:creator>
      <dc:date>2011-09-08T12:37:52Z</dc:date>
    </item>
    <item>
      <title>Re: Attribute Inspector Limitations</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727426#M16148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Is there a way to standardize the text input block size for the attribute inspector?&amp;nbsp; I notice that it is dependent on the size of the field but I cannot find anywhere in the skin where the code decides how big to make the input text box.&amp;nbsp; I have a lot of fields and think it would be more friendly if all input text boxes were of the same size.&amp;nbsp; Thanks for any help!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I realize this is an ancient post but I came up against a similar problem and figured it wouldn't hurt to post my solution here.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you run out of options trying to skin the attribute inspector, you can always go with the nuclear option and extend that class itself. If you override the createFormItemComponent method you get a lot of control over the UIComponent instances that the AttributeInspector makes. In my case, I needed to change the max height and width of the TextArea controls. Here's what I ended up doing, roughly:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
public class CustomAttributeInspector extends AttributeInspector
{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; public function CustomAttributeInspector(featureLayers:Array=null)
&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; super(featureLayers);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }

&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; override protected function createFormItemComponent(featureLayer:FeatureLayer, field:Field, fieldInspector:FieldInspector, fieldValue:Object):UIComponent
&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; var uiComponent:UIComponent = super.createFormItemComponent(featureLayer, field, fieldInspector, fieldValue);
&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; if (uiComponent is TextArea)
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Darn those TextAreas. Make 'em narrower!
&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; uiComponent.maxHeight = 80;
&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // We want all components to be 100% of the parent's width
&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; uiComponent.percentWidth = 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;&amp;nbsp;&amp;nbsp; return uiComponent;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:06:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/attribute-inspector-limitations/m-p/727426#M16148</guid>
      <dc:creator>JeffBurgess</dc:creator>
      <dc:date>2021-12-12T07:06:31Z</dc:date>
    </item>
  </channel>
</rss>

