<?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: Popup bug on dynamic layer? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26410#M629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My "workaround" for the original post is to just not have the debugger version of flash player on the clients computer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That way, they never know the error exists, it just ignores the "Zoom to" button now and then &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Dec 2012 16:19:41 GMT</pubDate>
    <dc:creator>RhettZufelt</dc:creator>
    <dc:date>2012-12-10T16:19:41Z</dc:date>
    <item>
      <title>Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26397#M616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure if this is a bug, or the right forum, but think it is more API related.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I imported a brand new FV3.0 uncompiled to make sure it wasn't due to any of my "customizations".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Modified the existing config to load the esri fire mapservice as type="feature" and type="dynamic"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;geometryservice url="http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer" /&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!-- UI elements --&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget left="10"&amp;nbsp; top="50"&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/Navigation/NavigationWidget.xml" url="widgets/Navigation/NavigationWidget.swf"/&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget right="-2" bottom="-2" config="widgets/OverviewMap/OverviewMapWidget.xml" url="widgets/OverviewMap/OverviewMapWidget.swf"/&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget right="20" top="55"&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/MapSwitcher/MapSwitcherWidget.xml" url="widgets/MapSwitcher/MapSwitcherWidget.swf"/&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;widget left="0"&amp;nbsp;&amp;nbsp; top="0"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; config="widgets/HeaderController/HeaderControllerWidget.xml" url="widgets/HeaderController/HeaderControllerWidget.swf"/&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;map wraparound180="true" initialextent="-14083000 3139000 -10879000 5458000" fullextent="-20000000 -20000000 20000000 20000000" top="40" addarcgisbasemaps="true"&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;operationallayers&amp;gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;lt;layer label="Dynamic Fires" type="dynamic" visible="false" alpha="1" visiblelayers="0" &amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer"&amp;gt; &amp;nbsp; &amp;lt;sublayer id="0" popupconfig="popups/PopUp_Fires.xml"/&amp;gt;&amp;nbsp; &amp;lt;/layer&amp;gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;layer label="Feature Fires" type="feature" visible="true" alpha="1.0" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; popupconfig="popups/PopUp_Fires.xml" &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; url="http://sampleserver3.arcgisonline.com/ArcGIS/rest/services/Fire/Sheep/MapServer/0"/&amp;gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/operationallayers&amp;gt; &amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/map&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I turn on the type="feature", click on a point/icon, it will popup the info and let me click the zoom to button and it will zoom there (at least until I get to the last LOD).&amp;nbsp; I can click elsewhere in the map all I want (as if panning around the map), then click on the zoom to button (since the popup window is still active), and it will again zoom to the point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if I try the same thing with type="dynamic", it will select the point and show the popup window.&amp;nbsp; If I click ANYWHERE else on the map, then click the zoom to button, I get the following error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;TypeError: Error #1009: Cannot access a property or method of a null object reference.&amp;nbsp; at com.esri.ags.skins::PopUpRendererSkin/zoomToButton_clickHandler()&lt;D&gt;&amp;nbsp; at com.esri.ags.skins::PopUpRendererSkin/__zoomToButton_click()&lt;D&gt;&lt;/D&gt;&lt;/D&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, it seems to be losing its mappoint geometry when you click elsewhere on a dynamic layer, but not a feature layer?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Has anyone else seen this behaviour, and if so, is there a fix?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2012 01:26:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26397#M616</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-09-12T01:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26398#M617</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi R,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have exact same error message, it seems to stem from the Flex api that we don't have control over.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Shingo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2012 17:54:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26398#M617</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2012-09-13T17:54:30Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26399#M618</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Turns out that if you don't have the debugger version installed, it just IGNORES the zoom in function rather than throwing the series of errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It has been logged as bug NIM084978.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 14:55:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26399#M618</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-09-19T14:55:02Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26400#M619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Turns out that if you don't have the debugger version installed, it just IGNORES the zoom in function rather than throwing the series of errors.&lt;BR /&gt;&lt;BR /&gt;It has been logged as bug NIM084978.&lt;BR /&gt;&lt;BR /&gt;R_&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Rhett,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When user clicks on a dissolved segment layer to identify and zooms in or out, flex viewer app crashes with white exclamation mark - aka GCOD. As Robert has noticed, it seems the cause is due to the glow filter applied based on its returned geometry from query that goes out of map extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The identify mouseClick event highlights segment correctly, but as soon as I try to zoom, it crashes with GCOD. Have you found any workaround until the new Flex API is released? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shingo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 16:45:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26400#M619</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2012-12-05T16:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26401#M620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you talking about the identify widget or just clicking on a map feature to fire the normal popup window?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This post is about the popups having an issue with the dynamic layers, and only when I have clicked elsewhere on the map, then try to "Zoom to" button on the popup window.&amp;nbsp; I have never seen the GCOD using the popups, only with the identify widget before it was fixed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried to make it crash by clicking/zooming around like mad, but can't reproduce the results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 16:53:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26401#M620</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-12-05T16:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26402#M621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you talking about the identify widget or just clicking on a map feature to fire the normal popup window?&lt;BR /&gt;&lt;BR /&gt;This post is about the popups having an issue with the dynamic layers, and only when I have clicked elsewhere on the map, then try to "Zoom to" button on the popup window.&amp;nbsp; I have never seen the GCOD using the popups, only with the identify widget before it was fixed.&lt;BR /&gt;&lt;BR /&gt;I have tried to make it crash by clicking/zooming around like mad, but can't reproduce the results.&lt;BR /&gt;&lt;BR /&gt;R_&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes. I initially was doing exactly the same as your approach by clicking/zooming like mad, but I noticed that issue persists in the normal popup window as well. Just clicking on a map feature (in my instance dissolved long segment) and zoom (while popup is open) causes app to crash app immediately.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 17:17:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26402#M621</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2012-12-05T17:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26403#M622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure what you mean about dissolved long segment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a line feature class from a FGDB, published as a service.&amp;nbsp; The longest single line in the file is 38,000m long.&amp;nbsp; I can click on that to get the popup, then zoom to my hearts content without issues.&amp;nbsp; The only issue I get is if I click off the feature first (still keeps it highlighted, but loses geometry) then hit the zoom button, I get a null value error, but only with the debugger version of player.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What is a "dissolved long segment", and how are you zooming?&amp;nbsp; Do you mean the Zoom to button, the mouse wheel, the navigation widget?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For now, I can't reproduce,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 18:01:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26403#M622</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-12-05T18:01:02Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26404#M623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry for the confusion. I publish a segment layer that resulted from the attribute "dissolve" operation. These segments tend to have a long stretch of vertices compared to its original data. Here is the my method of producing the error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) Select a segment&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2) Zoom to the segment using mouse wheel, navigation widget, or [shift] draw rectangle until segment's both ends are out of map extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) Unselect and select the segment again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Use mouse wheel, or [Shift] rectangle to zoom again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5) You will get GCOD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tested with IE, Firefox and Chrome and seeing the same error.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Shingo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 18:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26404#M623</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2012-12-05T18:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26405#M624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shingo,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok, I can now somewhat reproduce your results.&amp;nbsp; It seems that with pretty much any of my longer line segments, if I follow your directions and then, after un-selecting, re-selecting it If I try to jump several zoom levels (LODs) at once I will get the GCOD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can not make it do it with just one zoom click, or a scroll, but, if both ends are out of the extent and I zoom in multiple, GCOD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;No idea why/where this is happening in the code, but I can make it happen consistantly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Dec 2012 19:05:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26405#M624</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-12-05T19:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26406#M625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN style="color: #3E3E3E; font-size: 2; font-family: arial;"&gt;Rhett,&lt;BR /&gt;&lt;BR /&gt;I am assuming this is happening in geometry that are returned from the &lt;/SPAN&gt;&lt;STRONG&gt;com.esri.ags.tools.DrawTool&lt;/STRONG&gt;&lt;SPAN style="font-size: 2; font-family: arial;"&gt;&lt;SPAN style="color:#3E3E3E;"&gt; &lt;/SPAN&gt;that user don't have control over. The data component is used in the PopUpRendererSkin.mxml, but I don't think the skin is the issue since the segments are already selected and glow filter is applied from the selected geometry. It seems to be happening even if you have firefox debugger installed. When I used debugger, right before it crashes, it releases warning:&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Warning: Filter will not render.&amp;nbsp; The DisplayObject's filtered dimensions (39447, 66380) are too large to be drawn.&lt;/SPAN&gt;&lt;SPAN style="font-size: 2; font-family: arial;"&gt; &lt;BR /&gt;&lt;BR /&gt;As you mentioned, this issue seems to be resolved in the 3.1, but only workaround I found so far is to remove layer popup and use custom Identity tool such as Identify Widget.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Shingo&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:37:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26406#M625</guid>
      <dc:creator>Shingo-Ikeda</dc:creator>
      <dc:date>2012-12-06T15:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26407#M626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure where this is handled, but if I disable my popuprendererskin and just use the default popup, I can still make it happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully the development team is aware of this, and it is resolved in the next version as I really don't think this is related to the original post.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The original post, and the bug number, are for the popup on dynamic layer, click off of it loses it's geometry and the zoom to will throw null value errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This issues seems to be related to a glowfilter, so I suspect it is a different issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:43:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26407#M626</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-12-06T15:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26408#M627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; It is a different issue but it is fixed in 3.1. This has been confirmed and tested.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2012 15:46:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26408#M627</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2012-12-06T15:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26409#M628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is there any known workaround until FV3.1 becomes available?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Anyone know when 3.1 is due to be released?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nic&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 16:17:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26409#M628</guid>
      <dc:creator>NicholasRanicar</dc:creator>
      <dc:date>2012-12-10T16:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26410#M629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My "workaround" for the original post is to just not have the debugger version of flash player on the clients computer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That way, they never know the error exists, it just ignores the "Zoom to" button now and then &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 16:19:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26410#M629</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-12-10T16:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26411#M630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the reply. I was actually referring to the hijacked portion of the thread... where the GlowFilter causes GCOD due to it being larger than the map extent.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So far my workaround is similar to yours - just remove the layer that causes the problem.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2012 16:31:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26411#M630</guid>
      <dc:creator>NicholasRanicar</dc:creator>
      <dc:date>2012-12-10T16:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26412#M631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Anyone still facing the problem with the GCOD in the API 3.1&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Someone already found out a workaround? Because it doesnt seem to be fixed..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 05:20:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26412#M631</guid>
      <dc:creator>DavidRaijmakers</dc:creator>
      <dc:date>2012-12-19T05:20:29Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26413#M632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I didn't see it listed in the official bug fixes but it does seem to be ok for me now. Haven't tested exhaustively but the one workflow I had that would always cause the GCOD in the past now works.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 12:39:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26413#M632</guid>
      <dc:creator>NicholasRanicar</dc:creator>
      <dc:date>2012-12-19T12:39:49Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26414#M633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I can confirm this is still an issue.&amp;nbsp; It seems like I have to work harder now to make it happen, and only on some of my lines, but it still does.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;R_&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 14:19:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26414#M633</guid>
      <dc:creator>RhettZufelt</dc:creator>
      <dc:date>2012-12-19T14:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: Popup bug on dynamic layer?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26415#M634</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This can be a problem on long lines. See this thread for a workaround:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/73766-Grey-exclamation-mark-on-polyline-popups-in-Viewer-3.1"&gt;http://forums.arcgis.com/threads/73766-Grey-exclamation-mark-on-polyline-popups-in-Viewer-3.1&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Dec 2012 18:44:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/popup-bug-on-dynamic-layer/m-p/26415#M634</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2012-12-19T18:44:05Z</dc:date>
    </item>
  </channel>
</rss>

