<?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: flex combobox question in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-combobox-question/m-p/228610#M5399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured it out. When adding a feature using applyEdits method I was setting the attribute column name to "order_no" vs. "Order_No". While it did update the database and all was good. The binding of the combobox couldn't handle the case differences.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Apr 2011 16:57:16 GMT</pubDate>
    <dc:creator>JustinCarasick</dc:creator>
    <dc:date>2011-04-01T16:57:16Z</dc:date>
    <item>
      <title>flex combobox question</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-combobox-question/m-p/228609#M5398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi folks, I am binding a combobox using the below code with a FeatureLayer. After I add a new feature to the FeatureLayer (editing using the applyEdits method of the FeatureLayer). After this the combobox gets an additional value of object:Object. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;
var features:ArrayCollection = ArrayCollection(excavationLayer.graphicProvider);
var featureSet:FeatureSet = new FeatureSet(features.source)

this.cboSearchWorkOrder.dataProvider = featureSet.attributes;
this.cboSearchWorkOrder.labelField = "Order_No";
&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I stepped through the code when selecting the object:Object item in the combobox and has the correct attributes array but for some reason won't display it properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to refresh the FeatureLayer with hopes of rebinding the combobox but didn't seem to work. Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 16:10:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-combobox-question/m-p/228609#M5398</guid>
      <dc:creator>JustinCarasick</dc:creator>
      <dc:date>2011-04-01T16:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: flex combobox question</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-combobox-question/m-p/228610#M5399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I figured it out. When adding a feature using applyEdits method I was setting the attribute column name to "order_no" vs. "Order_No". While it did update the database and all was good. The binding of the combobox couldn't handle the case differences.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Apr 2011 16:57:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/flex-combobox-question/m-p/228610#M5399</guid>
      <dc:creator>JustinCarasick</dc:creator>
      <dc:date>2011-04-01T16:57:16Z</dc:date>
    </item>
  </channel>
</rss>

