<?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 Info Window is disabled when navigation toolbar is activated in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326651#M30143</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;SPAN&gt;I have this issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when ever a I activate the navigation toolbar; graphics info template stops to show up when I click on them, I resolved this partially by deactivating the toolbar on map click, but I need it to still be working while the info window is still working also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Oct 2011 05:53:23 GMT</pubDate>
    <dc:creator>KumaitMuhammed</dc:creator>
    <dc:date>2011-10-10T05:53:23Z</dc:date>
    <item>
      <title>Info Window is disabled when navigation toolbar is activated</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326651#M30143</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;SPAN&gt;I have this issue:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;when ever a I activate the navigation toolbar; graphics info template stops to show up when I click on them, I resolved this partially by deactivating the toolbar on map click, but I need it to still be working while the info window is still working also.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;any ideas?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 05:53:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326651#M30143</guid>
      <dc:creator>KumaitMuhammed</dc:creator>
      <dc:date>2011-10-10T05:53:23Z</dc:date>
    </item>
    <item>
      <title>Re: Info Window is disabled when navigation toolbar is activated</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326652#M30144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is expected. When you activate a tool from a navigation toolbar, you put your map in navigation mode. If you always want a click to result in an infoWindow showing up, don't use a nav toolbar. Instead, educate your users as to how to navigate using the map's built in shortcuts:&amp;nbsp; &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_navigation.htm"&gt;http://help.arcgis.com/en/webapi/javascript/arcgis/help/jshelp/intro_navigation.htm&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Oct 2011 15:06:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326652#M30144</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-10-10T15:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Info Window is disabled when navigation toolbar is activated</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326653#M30145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That is what I have already done, I thought since the application is targeting public users, the navigation bar is not recommended.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I would recommend you provide some navigation panel that can be used by public users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and is it possible to change the cursor of the graphic?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 07:51:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326653#M30145</guid>
      <dc:creator>KumaitMuhammed</dc:creator>
      <dc:date>2011-10-11T07:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Info Window is disabled when navigation toolbar is activated</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326654#M30146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Despite the name, the navigation toolbar doesn't actually have to be a traditional toolbar. You can wire it up to any UI elements you wish. The sample we provide just happens to use it in the traditional toolbar sense.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regarding "cursor of the graphic" ... if I understand correctly, you want &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/javascript/arcgis/help/jsapi/map.htm#setMapCursor"&gt;map.setMapCursor()&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Oct 2011 12:31:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/info-window-is-disabled-when-navigation-toolbar-is/m-p/326654#M30146</guid>
      <dc:creator>derekswingley1</dc:creator>
      <dc:date>2011-10-11T12:31:45Z</dc:date>
    </item>
  </channel>
</rss>

