<?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: Map crashing after zooming in in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491857#M11314</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is a known API Bug that causes the GCOD (Gray Circle of Death) when a Polyline is highlighted (Selected) on a featurelayer and you zoom in where the extent of the selected polyline is beyond the maps view extent. Is this possibly the issue you are encountering? There is no resolution to this bug currently, but the workaround is to set the FeatureLayers selectionColor to NaN.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Feb 2013 11:35:45 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2013-02-19T11:35:45Z</dc:date>
    <item>
      <title>Map crashing after zooming in</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491854#M11311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My flex app often crashes after zooming in, and i get the grey exclamation point in a circle!@?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What can I do to debug this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm using flex 4.6, flex api 3.1, windows 7 professional 64 bit, 12g ram&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Feb 2013 20:31:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491854#M11311</guid>
      <dc:creator>stevemclaughlin</dc:creator>
      <dc:date>2013-02-15T20:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: Map crashing after zooming in</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491855#M11312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Debugging tips from adobe site with sample code:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://www.adobe.com/devnet/flex/articles/flashbuilder4_debugging_part1.html"&gt;Debugging basics&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.adobe.com/devnet/flex/articles/flashbuilder4_debugging_part2.html"&gt;Breakpoints&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.adobe.com/devnet/flex/articles/flashbuilder4_debugging_part3.html"&gt;Variables view, watchpoints, and Run to Line&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Debugging tips from ArcGIS team:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/flex-api/concepts/index.html#//017p00000021000000"&gt;ArcGIS API for Flex Debugging tips&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You also need to install &lt;/SPAN&gt;&lt;A href="http://www.adobe.com/support/flashplayer/downloads.html"&gt;debug version of flash player&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;UPD&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://tv.adobe.com/watch/colin-moocks-lost-actionscript-weekend/production-topics-flex-debugging-mode/"&gt;AdobeTV: flex debugging&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.adobe.com/devnet/flex/videotraining.html#day2"&gt;Adobe video training "Flex in a week": Verifying data retrieval with Debugger and Network Monitor &lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Feb 2013 17:32:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491855#M11312</guid>
      <dc:creator>IvanBespalov</dc:creator>
      <dc:date>2013-02-17T17:32:34Z</dc:date>
    </item>
    <item>
      <title>Re: Map crashing after zooming in</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491856#M11313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks, but that's not what I need, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I know how to debug my own actionscript code in flex, but it's not my code that is crashing,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't have anything running, I just scroll (zoom in )&amp;nbsp; on my mouse and sometimes I get the grey exclamation point of death.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and in the console I get:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[Unload SWF] C:\Users\user\Adobe\myproj\bin-debug\myapp.swf&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there a maximum number of graphics that I can put on a map? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Feb 2013 21:21:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491856#M11313</guid>
      <dc:creator>stevemclaughlin</dc:creator>
      <dc:date>2013-02-18T21:21:31Z</dc:date>
    </item>
    <item>
      <title>Re: Map crashing after zooming in</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491857#M11314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; There is a known API Bug that causes the GCOD (Gray Circle of Death) when a Polyline is highlighted (Selected) on a featurelayer and you zoom in where the extent of the selected polyline is beyond the maps view extent. Is this possibly the issue you are encountering? There is no resolution to this bug currently, but the workaround is to set the FeatureLayers selectionColor to NaN.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Feb 2013 11:35:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491857#M11314</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2013-02-19T11:35:45Z</dc:date>
    </item>
    <item>
      <title>Re: Map crashing after zooming in</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491858#M11315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the answer.I got same issue with 2.5.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;is this issue got fixed in new versions(ArcGIS API 3.0 or 3.2 for Flex)?&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, 18 Apr 2013 19:55:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491858#M11315</guid>
      <dc:creator>NaveenKatta</dc:creator>
      <dc:date>2013-04-18T19:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Map crashing after zooming in</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491859#M11316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having this same issue.&amp;nbsp; The GCOD has been my constant companion below 18K scale.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am highlighting graphic polygons, not polylines, so possibly the error is related to both.&amp;nbsp; And yes, the polygons are extending beyond the current map extent at that scale.&amp;nbsp; But it also extends beyond the map extent at or above 18K scale and I never get the error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am not using a featureLayer, I am adding a graphic and a glow filter on hover over items in a list.&amp;nbsp; The error seems to be random, sometimes it crashes sometimes it does not.&amp;nbsp; Also some features crash while others do not.&amp;nbsp; The workaround seems to be not to add the glow filter.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using ArcGIS API for Flex 3.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Dan&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 May 2013 21:56:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491859#M11316</guid>
      <dc:creator>DanJensen</dc:creator>
      <dc:date>2013-05-09T21:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Map crashing after zooming in</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491860#M11317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The newest 3.5 release fixes a lot of these crashes, but I still get a crash once in a while while I zoom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Oct 2013 15:40:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/map-crashing-after-zooming-in/m-p/491860#M11317</guid>
      <dc:creator>stevemclaughlin</dc:creator>
      <dc:date>2013-10-31T15:40:47Z</dc:date>
    </item>
  </channel>
</rss>

