<?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 Creating mouse hover info boxes for points in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-mouse-hover-info-boxes-for-points/m-p/448621#M41458</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to coding in general and within ArcGIS. I am working on a project where I would like to have info boxes that appear when the mouse hovers over various points. I would like to output just the address and another field which are within the attribute table. Additionally, I would like to include a photo (this is for a history project showing images of what properties looked like in the 1900s from an old photo collection).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked at the tutorials that ESRI offers (&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jssamples/query_hoverinfowindow.html" rel="nofollow" target="_blank"&gt;Show info window on mouse hover | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp; and &lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jssamples/query_hover.html" rel="nofollow" target="_blank"&gt;Load query results and show on hover | ArcGIS API for JavaScript&lt;/A&gt; ) and I'm having difficulty translating the code for my own data set and whether all of the code is needed.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most importantly, I am confused about where in Arc I enter this code. I tried in the Python window, but wasn't sure how to apply it. Is there a module I can search for?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any simplified help would be wonderful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Feb 2015 00:19:25 GMT</pubDate>
    <dc:creator>CorinneJachelski</dc:creator>
    <dc:date>2015-02-24T00:19:25Z</dc:date>
    <item>
      <title>Creating mouse hover info boxes for points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-mouse-hover-info-boxes-for-points/m-p/448621#M41458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to coding in general and within ArcGIS. I am working on a project where I would like to have info boxes that appear when the mouse hovers over various points. I would like to output just the address and another field which are within the attribute table. Additionally, I would like to include a photo (this is for a history project showing images of what properties looked like in the 1900s from an old photo collection).&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have looked at the tutorials that ESRI offers (&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jssamples/query_hoverinfowindow.html" rel="nofollow" target="_blank"&gt;Show info window on mouse hover | ArcGIS API for JavaScript&lt;/A&gt;&amp;nbsp; and &lt;A class="jive-link-external-small" href="https://developers.arcgis.com/javascript/jssamples/query_hover.html" rel="nofollow" target="_blank"&gt;Load query results and show on hover | ArcGIS API for JavaScript&lt;/A&gt; ) and I'm having difficulty translating the code for my own data set and whether all of the code is needed.&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Most importantly, I am confused about where in Arc I enter this code. I tried in the Python window, but wasn't sure how to apply it. Is there a module I can search for?&lt;/P&gt;&lt;P style="min-height: 8pt; padding: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any simplified help would be wonderful!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 00:19:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-mouse-hover-info-boxes-for-points/m-p/448621#M41458</guid>
      <dc:creator>CorinneJachelski</dc:creator>
      <dc:date>2015-02-24T00:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: Creating mouse hover info boxes for points</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-mouse-hover-info-boxes-for-points/m-p/448622#M41459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The samples you posted are for identifying on javascript web mapping applications (websites).&amp;nbsp; Are you trying to do an identify on hover inside ArcMap?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this what you are trying to accomplish? &lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//00s50000002r000000" title="http://resources.arcgis.com/en/help/main/10.2/index.html#//00s50000002r000000"&gt;ArcGIS Help (10.2, 10.2.1, and 10.2.2)&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Feb 2015 03:09:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/creating-mouse-hover-info-boxes-for-points/m-p/448622#M41459</guid>
      <dc:creator>StevenGraf1</dc:creator>
      <dc:date>2015-02-24T03:09:23Z</dc:date>
    </item>
  </channel>
</rss>

