<?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: InfoWindow Flickering in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549243#M12384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try using this to prevent the infinite flicker loop:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;myMap.infoWindow.show(myMap.toMapFromStage(event.stageX + 2, event.stageY + 2));&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2014 22:06:05 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2014-06-13T22:06:05Z</dc:date>
    <item>
      <title>InfoWindow Flickering</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549242#M12383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having trouble with the InfoWindow flickering while mousing over some features.&amp;nbsp; A simple example can be found by going to the InfoWindow on MouseOver sample, &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/flex/sample-code/infowindow-on-mouseover.htm" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/flex/sample-code/infowindow-on-mouseover.htm&lt;/A&gt;&lt;SPAN&gt;.&amp;nbsp; Look for the county of Willimasburg.&amp;nbsp; Mouse in from the east, and it works as expected.&amp;nbsp; Mouse in from the south, specifically Berkeley or Clarendon County, and you will see a seizure inducing flicker of the InfoWindow. It is weird behavior to say the least.&amp;nbsp; I saw some posts on this from 2011, but there was no resolution posted.&amp;nbsp; If anyone has an idea on how to fix this, I sure would be happy.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2014 20:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549242#M12383</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2014-06-12T20:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: InfoWindow Flickering</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549243#M12384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Try using this to prevent the infinite flicker loop:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;myMap.infoWindow.show(myMap.toMapFromStage(event.stageX + 2, event.stageY + 2));&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 22:06:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549243#M12384</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2014-06-13T22:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: InfoWindow Flickering</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549244#M12385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Dasa, that worked.&amp;nbsp; Now I have a problem with having a mouse click listener for a polygon graphic and not being able to pan when I click and drag when I start my click on one of the graphics.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:47:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549244#M12385</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2014-06-16T19:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: InfoWindow Flickering</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549245#M12386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;See the Graphic.checkForMouseListeners property:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/flex/api-reference/com/esri/ags/Graphic.html#checkForMouseListeners"&gt;https://developers.arcgis.com/flex/api-reference/com/esri/ags/Graphic.html#checkForMouseListeners&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 20:21:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549245#M12386</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2014-06-16T20:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: InfoWindow Flickering</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549246#M12387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks again Dasa.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 11:25:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/infowindow-flickering/m-p/549246#M12387</guid>
      <dc:creator>CaseyBentz</dc:creator>
      <dc:date>2014-06-17T11:25:13Z</dc:date>
    </item>
  </channel>
</rss>

