<?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: Remove glowfilter on a certain scale with InfoWindow in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120855#M4099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know how to delete the glowfilter completely from the map. But thats not what i want. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem with the glowfilter only occurs on a certain scale level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what i already figured out was how to set it to NaN or cyan on a certain scale but this doesnt resolve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is because the glowfilter doesnt gets removed from the map. Only the newly clicked items wont have the glowfilter at that scale. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i want to know if there's a way to delete the current glowfilter from the map. And that at a certain scale of the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert Scheitlin in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 03 Jan 2013 05:50:26 GMT</pubDate>
    <dc:creator>DavidRaijmakers</dc:creator>
    <dc:date>2013-01-03T05:50:26Z</dc:date>
    <item>
      <title>Remove glowfilter on a certain scale with InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120852#M4096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am facing some problems with the glowfilter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I know how to remove it in all places, but i want to remove it on a certain scale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Because the problem with the glow only takes place at a certain scale. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what i do now is, i check if the scale is lower than 5000. if so, set infowindowrenderhighlightcolor to NaN.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So if you click on a POINT/POLYLINE/POLYGON lower than 5000 the glowfilter is not set around the selection.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But here's my problem:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When i click on a POINT/POLYLINE/POLYGON and the infowindow shows, and then zoom in to scale &amp;lt; 5000, the glow should remove, but i dont know how to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here's my code from now.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anyone know how to clear/remove this filter?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;P align="left"&gt;if (map.scale &amp;lt; 5000) {&lt;/P&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;map.setStyle('infoWindowRendererHighlightColor', NaN);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; else if (map.scale &amp;gt; 5000) {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map.setStyle('infoWindowRendererHighlightColor', 0x00FFFF);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;P&gt;&lt;/P&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2012 06:35:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120852#M4096</guid>
      <dc:creator>DavidRaijmakers</dc:creator>
      <dc:date>2012-12-20T06:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: Remove glowfilter on a certain scale with InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120853#M4097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any news on this problem? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or does anyone know how to delete the filter from map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2013 05:05:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120853#M4097</guid>
      <dc:creator>DavidRaijmakers</dc:creator>
      <dc:date>2013-01-02T05:05:39Z</dc:date>
    </item>
    <item>
      <title>Re: Remove glowfilter on a certain scale with InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120854#M4098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; To disable the glow completely put these two lines in the UIManager.as in the setViewerStyle function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var cssStyleDeclarationMap:CSSStyleDeclaration = topLevelStyleManager.getStyleDeclaration("com.esri.ags.Map");
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cssStyleDeclarationMap.setStyle("infoWindowRendererHighlightColor", NaN);&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:01:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120854#M4098</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-11T07:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Remove glowfilter on a certain scale with InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120855#M4099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know how to delete the glowfilter completely from the map. But thats not what i want. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem with the glowfilter only occurs on a certain scale level.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So what i already figured out was how to set it to NaN or cyan on a certain scale but this doesnt resolve the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is because the glowfilter doesnt gets removed from the map. Only the newly clicked items wont have the glowfilter at that scale. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But i want to know if there's a way to delete the current glowfilter from the map. And that at a certain scale of the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Robert Scheitlin in advance.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 05:50:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120855#M4099</guid>
      <dc:creator>DavidRaijmakers</dc:creator>
      <dc:date>2013-01-03T05:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Remove glowfilter on a certain scale with InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120856#M4100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;David,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; To do something like that you would need to loop through all of the maps featurelayers and set their selectionColor to NaN.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 11:59:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120856#M4100</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-01-03T11:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Remove glowfilter on a certain scale with InfoWindow</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120857#M4101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;So basically there's no solution to remove all the glowfilters from the map. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let's hope there's a fix in 3.2&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Jan 2013 12:32:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/remove-glowfilter-on-a-certain-scale-with/m-p/120857#M4101</guid>
      <dc:creator>DavidRaijmakers</dc:creator>
      <dc:date>2013-01-03T12:32:29Z</dc:date>
    </item>
  </channel>
</rss>

