<?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 Proper approach to rollover identifies in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-approach-to-rollover-identifies/m-p/626689#M58494</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;My project requires a fast, client-side rollover that displays information about certain points on the map. My first thought on this was having a custom InfoWindow a la &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/webapi/javascript/arcgis/demos/widget/myModules/infoWindow.js"&gt;this sample&lt;/A&gt;&lt;SPAN&gt; and putting a Dojo StackContainer in it where it shows the relevant information with respect to the point--that way all the content/images is predefined/loaded from the HTML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm having trouble thinking about a way to trigger the InfoWindow...How would I tie the InfoWindow open/close events to fire on a mouseover over the points that are on the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or maybe I'm looking at this the wrong way. Has anyone implemented anything similar and have a better way to go about doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Jul 2011 18:08:46 GMT</pubDate>
    <dc:creator>DanielYim</dc:creator>
    <dc:date>2011-07-07T18:08:46Z</dc:date>
    <item>
      <title>Proper approach to rollover identifies</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-approach-to-rollover-identifies/m-p/626689#M58494</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;My project requires a fast, client-side rollover that displays information about certain points on the map. My first thought on this was having a custom InfoWindow a la &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/EN/webapi/javascript/arcgis/demos/widget/myModules/infoWindow.js"&gt;this sample&lt;/A&gt;&lt;SPAN&gt; and putting a Dojo StackContainer in it where it shows the relevant information with respect to the point--that way all the content/images is predefined/loaded from the HTML.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, I'm having trouble thinking about a way to trigger the InfoWindow...How would I tie the InfoWindow open/close events to fire on a mouseover over the points that are on the map?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or maybe I'm looking at this the wrong way. Has anyone implemented anything similar and have a better way to go about doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Daniel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 18:08:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-approach-to-rollover-identifies/m-p/626689#M58494</guid>
      <dc:creator>DanielYim</dc:creator>
      <dc:date>2011-07-07T18:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Proper approach to rollover identifies</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-approach-to-rollover-identifies/m-p/626690#M58495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;One quick way I can think of is to make those points a GraphicsLayer and call infowindow on the 'onMouseOver' event of the graphics layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can refer to this sample : &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/graphics_multiple_layers.html"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jssamples/graphics_multiple_layers.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;API :&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/graphicslayer.htm#onMouseOver"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi_start.htm#jsapi/graphicslayer.htm#onMouseOver&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Jul 2011 20:33:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/proper-approach-to-rollover-identifies/m-p/626690#M58495</guid>
      <dc:creator>SaurabhGupta</dc:creator>
      <dc:date>2011-07-07T20:33:17Z</dc:date>
    </item>
  </channel>
</rss>

