<?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 MouseOver in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175224#M5578</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I borrow the code at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/samples/index.html#/InfoWindow_on_MouseOver/01nq0000001q000000/" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html#/InfoWindow_on_MouseOver/01nq0000001q000000/&lt;/A&gt;&lt;SPAN&gt; to use its MouseOver event on my application.&amp;nbsp;&amp;nbsp; The code I added like that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Init(),&amp;nbsp;&amp;nbsp; map.addChild(myTextArea);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:infoWindowContent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;mx:TextArea id="myTextArea" width="250" height="75"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/esri:infoWindowContent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I got such an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Description Resource Path Location Type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could not resolve &amp;lt;esri:infoWindowContent&amp;gt; to a component implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide your advice if you can.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jul 2012 17:07:39 GMT</pubDate>
    <dc:creator>ShaningYu</dc:creator>
    <dc:date>2012-07-19T17:07:39Z</dc:date>
    <item>
      <title>MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175224#M5578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I borrow the code at &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://help.arcgis.com/en/webapi/flex/samples/index.html#/InfoWindow_on_MouseOver/01nq0000001q000000/" rel="nofollow" target="_blank"&gt;http://help.arcgis.com/en/webapi/flex/samples/index.html#/InfoWindow_on_MouseOver/01nq0000001q000000/&lt;/A&gt;&lt;SPAN&gt; to use its MouseOver event on my application.&amp;nbsp;&amp;nbsp; The code I added like that:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In Init(),&amp;nbsp;&amp;nbsp; map.addChild(myTextArea);&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;esri:infoWindowContent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; &amp;lt;mx:TextArea id="myTextArea" width="250" height="75"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &amp;lt;/esri:infoWindowContent&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But I got such an error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Description Resource Path Location Type&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Could not resolve &amp;lt;esri:infoWindowContent&amp;gt; to a component implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Please provide your advice if you can.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jul 2012 17:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175224#M5578</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-07-19T17:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175225#M5579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shanling,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Do you Have the following namespace line xmlns:esri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/2008/ags" rel="nofollow" target="_blank"&gt;http://www.esri.com/2008/ags&lt;/A&gt;&lt;SPAN&gt;" in the top of your mxml?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 14:46:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175225#M5579</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-07-20T14:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175226#M5580</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shaning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;Do you Have the following namespace line xmlns:esri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/2008/ags" rel="nofollow" target="_blank"&gt;http://www.esri.com/2008/ags&lt;/A&gt;&lt;SPAN&gt;" in the top of your mxml?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 14:47:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175226#M5580</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-07-20T14:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175227#M5581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;&lt;SPAN&gt;xmlns:esri="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.esri.com/2008/ags" rel="nofollow" target="_blank"&gt;http://www.esri.com/2008/ags&lt;/A&gt;&lt;SPAN&gt;"&amp;nbsp; is there.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Jul 2012 15:15:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175227#M5581</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-07-20T15:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175228#M5582</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Shaning,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How are you firing your init() function are you using the CreationComplete Or initialize function.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 21 Jul 2012 09:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175228#M5582</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-07-21T09:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175229#M5583</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I did.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 17:23:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175229#M5583</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2012-07-24T17:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175230#M5584</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Which function are you using? If it is initialise try using creationcomplete&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jul 2012 17:33:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175230#M5584</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2012-07-24T17:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: MouseOver</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175231#M5585</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Could not remember how this prob. got solved.&amp;nbsp; In my thread cleanup, I would add this credential to Anthony.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 16:46:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/mouseover/m-p/175231#M5585</guid>
      <dc:creator>ShaningYu</dc:creator>
      <dc:date>2013-08-23T16:46:57Z</dc:date>
    </item>
  </channel>
</rss>

