<?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: Selection Color in Feature layer selection mode in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377532#M8868</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This way we work with selection symbol:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
...
private var selectionSMS:SimpleMarkerSymbol = new SimpleMarkerSymbol(SimpleMarkerSymbol.STYLE_CIRCLE, 30, 0x00FF00, 0.5);
// private var selectionSMS:SimpleMarkerSymbol = new SimpleMarkerSymbol(SimpleMarkerSymbol.STYLE_CIRCLE, 6, 0x000000, 0);

...
/**
* Listen feature layer update end handler
*/
protected function onFeatureLayerUpdated(event:LayerEvent):void
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (featureLayer.selectedFeatures != null &amp;amp;&amp;amp; featureLayer.selectedFeatures.length &amp;gt; 0)
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Graphic(featureLayer.selectedFeatures[0]).symbol = selectionSMS; // for points
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 12 Dec 2021 16:24:17 GMT</pubDate>
    <dc:creator>IvanBespalov</dc:creator>
    <dc:date>2021-12-12T16:24:17Z</dc:date>
    <item>
      <title>Selection Color in Feature layer selection mode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377531#M8867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everybody,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using feature layer selection mode in my application, but I have problem with removing the selection color, because I already handle the selected features using renderer , so I do not need the selection color&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there way to remove it or change its alpha to be invisible&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 02:01:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377531#M8867</guid>
      <dc:creator>Yusufalbanki</dc:creator>
      <dc:date>2012-04-26T02:01:34Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Color in Feature layer selection mode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377532#M8868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This way we work with selection symbol:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
...
private var selectionSMS:SimpleMarkerSymbol = new SimpleMarkerSymbol(SimpleMarkerSymbol.STYLE_CIRCLE, 30, 0x00FF00, 0.5);
// private var selectionSMS:SimpleMarkerSymbol = new SimpleMarkerSymbol(SimpleMarkerSymbol.STYLE_CIRCLE, 6, 0x000000, 0);

...
/**
* Listen feature layer update end handler
*/
protected function onFeatureLayerUpdated(event:LayerEvent):void
{
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (featureLayer.selectedFeatures != null &amp;amp;&amp;amp; featureLayer.selectedFeatures.length &amp;gt; 0)
&amp;nbsp;&amp;nbsp;&amp;nbsp; {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Graphic(featureLayer.selectedFeatures[0]).symbol = selectionSMS; // for points
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:24:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377532#M8868</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2021-12-12T16:24:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Color in Feature layer selection mode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377533#M8869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your reply,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I checked your code, but still the result of the selection surrounded with the selection color. Do you have another solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yusuf&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 17:13:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377533#M8869</guid>
      <dc:creator>Yusufalbanki</dc:creator>
      <dc:date>2012-04-26T17:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Color in Feature layer selection mode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377534#M8870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There currently isn't an easy way to turn off the selection glow color, but a workaround is to listen for the selectionComplete event and then set the filters property on each selected graphic to an empty array.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 18:47:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377534#M8870</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-04-26T18:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Color in Feature layer selection mode</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377535#M8871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much, it works&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2012 21:13:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/selection-color-in-feature-layer-selection-mode/m-p/377535#M8871</guid>
      <dc:creator>Yusufalbanki</dc:creator>
      <dc:date>2012-04-26T21:13:35Z</dc:date>
    </item>
  </channel>
</rss>

