<?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: MouseOver Infowindow Flicker problem in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318500#M7585</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could it be related to this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/8747-odd-behavior-of-featurelayer-and-mappoint-graphics"&gt;issue&lt;/A&gt;&lt;SPAN&gt;? What happens when you use the RollOver event instead of the MouseOver event?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2011 14:23:59 GMT</pubDate>
    <dc:creator>KenBuja</dc:creator>
    <dc:date>2011-12-06T14:23:59Z</dc:date>
    <item>
      <title>MouseOver Infowindow Flicker problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318496#M7581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello All,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using a mouse over event on my graphic. but I am facing a flicker issue of my infowindow if i move the position of a mouse a bit. My infowindow starts flickering..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Do i have to add some tolerance to the infowindow.. I am lost. Please help me&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 05:17:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318496#M7581</guid>
      <dc:creator>tanyabisen</dc:creator>
      <dc:date>2011-11-16T05:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver Infowindow Flicker problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318497#M7582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Please post your code&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2011 12:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318497#M7582</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2011-11-16T12:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver Infowindow Flicker problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318498#M7583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;private function onMouseOverHandler(event:MouseEvent):void&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var gr:Graphic = Graphic(event.target);&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; textArea.visible=true;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; gr.symbol = mySymbol;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; textArea.htmlText = " &amp;lt;b&amp;gt;&amp;lt;font color='#0000FF'&amp;gt;Ward No. " + " #" + gr.attributes.Ward_No.toString()+ "&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;" + "\n" + " " + gr.attributes.Ward_Name.toString()+ "\n" + " Bengaluru,Karnataka" ;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.infoWindow.closeButtonVisible = false;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.infoWindow.content = textArea;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.infoWindow.label = " " + FlexGlobals.topLevelApplication.parameters.username;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; myMap.infoWindow.show(myMap.toMapFromStage(event.stageX, event.stageY));&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; }&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 02:50:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318498#M7583</guid>
      <dc:creator>tanyabisen</dc:creator>
      <dc:date>2011-12-06T02:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver Infowindow Flicker problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318499#M7584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I can at least verify what Tanya is seeing as I see it also.&amp;nbsp; The infowindow flickers as you move the cursor slightly in the direction of the infowindow itself.&amp;nbsp; If you move the mouse in any other direction from the graphic, the infowindow will disappear (as expected). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In another situation, I am using a more complex InfoSymbol and it behaves much better.&amp;nbsp; The cursor will flicker if moved slightly in the direction of the infoSymbol, but at least the popup itself will disappear and not flicker.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Carmen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 13:02:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318499#M7584</guid>
      <dc:creator>CarmenDurham</dc:creator>
      <dc:date>2011-12-06T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver Infowindow Flicker problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318500#M7585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could it be related to this &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/8747-odd-behavior-of-featurelayer-and-mappoint-graphics"&gt;issue&lt;/A&gt;&lt;SPAN&gt;? What happens when you use the RollOver event instead of the MouseOver event?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 14:23:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318500#M7585</guid>
      <dc:creator>KenBuja</dc:creator>
      <dc:date>2011-12-06T14:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver Infowindow Flicker problem</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318501#M7586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ken,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;was&lt;/SPAN&gt;&lt;SPAN&gt; using a PictureMarkerSymbol for the graphic so I thought maybe the ROLLOVER would work after reading the other post. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But it didn't for me.&amp;nbsp; I am using 2.5 API.&amp;nbsp; I even tried changing the symbol for the graphic to a simple marker symbol and still had the same behavior with the infosymbol.&amp;nbsp; It is only when the cursor moves a little over the "tail" of the infowindow.&amp;nbsp; Until this morning, I was using the 2.0 or 2.4 API with the same result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for replying,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Carmen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2011 14:44:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/mouseover-infowindow-flicker-problem/m-p/318501#M7586</guid>
      <dc:creator>CarmenDurham</dc:creator>
      <dc:date>2011-12-06T14:44:08Z</dc:date>
    </item>
  </channel>
</rss>

