<?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: GraphicsLayer not updating in Internet Explorer in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/graphicslayer-not-updating-in-internet-explorer/m-p/176728#M4158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My layers with visible content are GraphicsLayers but the periodic updates are driven from sets of FeatureLayers (by calling the refresh method on those layers), so your advice to change disableClientCaching has worked - thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Mar 2012 15:07:55 GMT</pubDate>
    <dc:creator>SarahBurgin</dc:creator>
    <dc:date>2012-03-15T15:07:55Z</dc:date>
    <item>
      <title>GraphicsLayer not updating in Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/graphicslayer-not-updating-in-internet-explorer/m-p/176726#M4156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm experiencing a new problem with a ArcGIS for Flex application and hope that someone here can help. My application uses the latest ArcGIS for Flex version and the testing uses browsers that have Flash Player 11.1 installed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a number of FeatureLayers and GraphicsLayers that are created dynamically using ActionScript. Graphics are initially created and added dynamically to my GraphicsLayers and can be seen, as expected, by the user. That seems to work fine. However, a short time later, I'm redrawing the content by calling the "clear()" method on the GraphicsLayers and adding the replacement Graphics in the same way as before. Our aim is to provide graphics that change over time. This is working fine when Google Chrome is used as the browser; unfortunately, though, it seems that if the user is running Internet Explorer then they don't see anything change and remain looking at the "old" set of Graphics. Instead, using this browser, the display will update if the user pans or zooms the map, but not if they simply leave it alone. Can anyone suggest what the problem is when using IE and how it may be fixed, please?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;An even more perplexing detail of the problem, is that I manually change the URL of my FeatureLayers in response to some user actions and find that doing this causes the GraphicsLayers to switch between showing different "old" sets of Graphics, even though there's no intentional link between the layers. I have no idea what mechanism is causing this to happen!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any ideas and suggestions!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2012 14:28:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/graphicslayer-not-updating-in-internet-explorer/m-p/176726#M4156</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-03-14T14:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer not updating in Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/graphicslayer-not-updating-in-internet-explorer/m-p/176727#M4157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sarah,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://web.zone.ee/bespiva/graphicslayer/" rel="nofollow" target="_blank"&gt;This tested&lt;/A&gt;&lt;SPAN&gt; with IE8 and IE9 (Flash player versions 10.3 &amp;amp; 11.1) - no issues detected. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/FeatureLayer.html#disableClientCaching" rel="nofollow" target="_blank"&gt;disableClientCaching&lt;BR /&gt;&lt;/A&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;SPAN style="color: #333333; font-family: Tahoma;"&gt;If true, adds a timestamp parameter ("_ts") to the REST request to prevent the request from being loaded from the browser's cache.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/apiref/com/esri/ags/layers/Layer.html#refresh()" rel="nofollow" target="_blank"&gt;refresh&lt;BR /&gt;&lt;/A&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;SPAN style="color: #333333; font-family: Tahoma;"&gt;Causes the layer to redraw or reload its content.&lt;/SPAN&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Show your code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S. &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://bugs.adobe.com/flashplayer/" rel="nofollow" target="_blank"&gt;Adobe flash player bugs base.&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 12:42:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/graphicslayer-not-updating-in-internet-explorer/m-p/176727#M4157</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2012-03-15T12:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: GraphicsLayer not updating in Internet Explorer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/graphicslayer-not-updating-in-internet-explorer/m-p/176728#M4158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My layers with visible content are GraphicsLayers but the periodic updates are driven from sets of FeatureLayers (by calling the refresh method on those layers), so your advice to change disableClientCaching has worked - thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2012 15:07:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/graphicslayer-not-updating-in-internet-explorer/m-p/176728#M4158</guid>
      <dc:creator>SarahBurgin</dc:creator>
      <dc:date>2012-03-15T15:07:55Z</dc:date>
    </item>
  </channel>
</rss>

