<?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: Showing Toolbars and other in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462169#M42719</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Ganesh,&lt;BR /&gt;&lt;BR /&gt;Are you specifically using the 'Basic Viewer' template?&lt;BR /&gt;&lt;BR /&gt;If you are, are you using a webmap?&lt;BR /&gt;&lt;BR /&gt;If so, you may want to look into modifying the init() function in App.js and the createMap() function in layout.js&lt;BR /&gt;&lt;BR /&gt;*edit.&lt;BR /&gt;&lt;BR /&gt;I noticed that a lot of threads you have made are still marked as 'unanswered.' &lt;BR /&gt;Some of those threads also have responses, or ask questions of you, but you did not respond. &lt;BR /&gt;&lt;BR /&gt; Make sure you go back and close threads that no longer have a use! &lt;BR /&gt;This will encourage others to do the same (as well as encourage people to answer your future questions!)&lt;BR /&gt;&lt;BR /&gt;Thanks Ganesh!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi John&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the answer on my own. I created a function in layout.js that programmatically allows to add Navigation tools and custom tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&amp;nbsp; for help. And, also you suggested to mark answered to some of the threads, I have done for some of them, but not for all, the reason is I haven't got that thread working even with comments from gis folks. I will revisit the thread to make them answered. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jan 2014 07:54:57 GMT</pubDate>
    <dc:creator>GaneshSolai_Sambandam</dc:creator>
    <dc:date>2014-01-22T07:54:57Z</dc:date>
    <item>
      <title>Showing Toolbars and other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462167#M42717</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI GIS folks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am using arcgis online application - sample viewer and in the index.html, I have created many div elements which contains navigation toolbars, custombookmarks and so on. What happens is when I load the application, toolbars and other tools loads first before the map is loaded. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I wanted to load all the tools defined in the index.html once my map has loaded first on to my application. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there better way of doing this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I also tried programmatic way creating toolbars using dojo.connect(map, "onUpdateEnd", showNavigationTool)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;but, I am stuck and my application is slowing down if I do this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can anyone help on this. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;or show some samples where this kind implementatin has been done. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ganesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 08:16:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462167#M42717</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2014-01-21T08:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Toolbars and other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462168#M42718</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Ganesh,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you specifically using the 'Basic Viewer' template?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you are, are you using a webmap?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, you may want to look into modifying the init() function in App.js and the createMap() function in layout.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*edit.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I noticed that a lot of threads you have made are still marked as 'unanswered.' &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Some of those threads also have responses, or ask questions of you, but you did not respond. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; Make sure you go back and close threads that no longer have a use! &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;This will encourage others to do the same (as well as encourage people to answer your future questions!)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks Ganesh!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jan 2014 14:28:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462168#M42718</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-01-21T14:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Toolbars and other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462169#M42719</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi Ganesh,&lt;BR /&gt;&lt;BR /&gt;Are you specifically using the 'Basic Viewer' template?&lt;BR /&gt;&lt;BR /&gt;If you are, are you using a webmap?&lt;BR /&gt;&lt;BR /&gt;If so, you may want to look into modifying the init() function in App.js and the createMap() function in layout.js&lt;BR /&gt;&lt;BR /&gt;*edit.&lt;BR /&gt;&lt;BR /&gt;I noticed that a lot of threads you have made are still marked as 'unanswered.' &lt;BR /&gt;Some of those threads also have responses, or ask questions of you, but you did not respond. &lt;BR /&gt;&lt;BR /&gt; Make sure you go back and close threads that no longer have a use! &lt;BR /&gt;This will encourage others to do the same (as well as encourage people to answer your future questions!)&lt;BR /&gt;&lt;BR /&gt;Thanks Ganesh!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi John&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I found the answer on my own. I created a function in layout.js that programmatically allows to add Navigation tools and custom tools.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&amp;nbsp; for help. And, also you suggested to mark answered to some of the threads, I have done for some of them, but not for all, the reason is I haven't got that thread working even with comments from gis folks. I will revisit the thread to make them answered. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your support.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 07:54:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462169#M42719</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2014-01-22T07:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Toolbars and other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462170#M42720</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi John&lt;BR /&gt;I found the answer on my own. I created a function in layout.js that programmatically allows to add Navigation tools and custom tools.&lt;BR /&gt;&lt;BR /&gt;Thank you&amp;nbsp; for help. And, also you suggested to mark answered to some of the threads, I have done for some of them, but not for all, the reason is I haven't got that thread working even with comments from gis folks. I will revisit the thread to make them answered. &lt;BR /&gt;&lt;BR /&gt;Thank you for your support.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It is working.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 07:56:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462170#M42720</guid>
      <dc:creator>GaneshSolai_Sambandam</dc:creator>
      <dc:date>2014-01-22T07:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Showing Toolbars and other</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462171#M42721</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Fantastic!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you so much!!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jan 2014 13:19:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/showing-toolbars-and-other/m-p/462171#M42721</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-01-22T13:19:55Z</dc:date>
    </item>
  </channel>
</rss>

