<?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: Change FeatureLayer Graphic Selection Color in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482431#M11006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cindy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Nov 2010 16:30:31 GMT</pubDate>
    <dc:creator>CindyLu</dc:creator>
    <dc:date>2010-11-17T16:30:31Z</dc:date>
    <item>
      <title>Change FeatureLayer Graphic Selection Color</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482428#M11003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear ArcGIS API for Flex Team,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After I perform a selection using FeatureLayer.select I get several features selected on the map with a very nice effect (the yellow border symbol).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The AttributeInspector shows the attributes of a single feature while several are selected. I can move to next feature or previous feature, but the simbology does not get affected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What I want is to highlight the current feature in the AttributeInspector. I've noticed that it will be in the event showFeature. The problem is that there seems to be no way of changing that yellow color to another one just for this graphic. Changing the graphic.symbol changes the graphic simbology but the yellow color does not get affected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a way of doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks advanced,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;José Sousa&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Portugal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 10:16:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482428#M11003</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2010-07-23T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: Change FeatureLayer Graphic Selection Color</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482429#M11004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey José,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes you are right. Right now, with the selectionColor property on the featureLayer you can have your own color but it would apply to all the selected features within that layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In your case, you could watch for the activeFeature property on the attribute inspector and whenever that is changed(moving through the attribute inspector), you could apply something like&amp;nbsp; a glow filter on the same(activeFeature).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To read more about the glow filter : &lt;/SPAN&gt;&lt;A href="http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/spark/filters/GlowFilter.html"&gt;http://help.adobe.com/en_US/FlashPlatform/beta/reference/actionscript/3/spark/filters/GlowFilter.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that helps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-- Sarthak Datt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Jul 2010 21:37:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482429#M11004</guid>
      <dc:creator>SarthakDatt</dc:creator>
      <dc:date>2010-07-23T21:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Change FeatureLayer Graphic Selection Color</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482430#M11005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Sarthak,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Awesome idea. I never thought of that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I think it will work perfectly for now. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;José Sousa&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ESRI Portugal&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 08:46:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482430#M11005</guid>
      <dc:creator>JoseSousa</dc:creator>
      <dc:date>2010-07-26T08:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change FeatureLayer Graphic Selection Color</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482431#M11006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I got it!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cindy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Nov 2010 16:30:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/change-featurelayer-graphic-selection-color/m-p/482431#M11006</guid>
      <dc:creator>CindyLu</dc:creator>
      <dc:date>2010-11-17T16:30:31Z</dc:date>
    </item>
  </channel>
</rss>

