<?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: turning off the Draw tool tooltip in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592884#M55471</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As Diana said, you can also do this when activating any given tool.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;activate(geometryType,options?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That options object is configured in the same way as when creating a new Draw Toolbar, and has a showTooltips option that can be set to false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/draw-amd.html#activate"&gt;https://developers.arcgis.com/en/javascript/jsapi/draw-amd.html#activate&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Aug 2013 15:52:21 GMT</pubDate>
    <dc:creator>MarkHoover</dc:creator>
    <dc:date>2013-08-12T15:52:21Z</dc:date>
    <item>
      <title>turning off the Draw tool tooltip</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592881#M55468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I know I can change the tooltip for a drawing tool by using something like this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;esri.bundle.toolbars.draw.addPoint = "Click to add point";&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, how can I turn off this functionality so that nothing is displayed as the user moves around on the map while adding a point?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tobin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 14:35:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592881#M55468</guid>
      <dc:creator>TobinCrain</dc:creator>
      <dc:date>2013-08-12T14:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: turning off the Draw tool tooltip</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592882#M55469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I know I can change the tooltip for a drawing tool by using something like this:&lt;BR /&gt;&lt;BR /&gt;esri.bundle.toolbars.draw.addPoint = "Click to add point";&lt;BR /&gt;&lt;BR /&gt;However, how can I turn off this functionality so that nothing is displayed as the user moves around on the map while adding a point?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Tobin&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;You can specify showTooltips: false for the draw toolbar options both during NEW and when activating a tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="https://developers.arcgis.com/en/javascript/jsapi/draw-amd.html#draw1" rel="nofollow" target="_blank"&gt;https://developers.arcgis.com/en/javascript/jsapi/draw-amd.html#draw1&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;new Draw(map,options)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 14:46:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592882#M55469</guid>
      <dc:creator>DianaBenedict</dc:creator>
      <dc:date>2013-08-12T14:46:43Z</dc:date>
    </item>
    <item>
      <title>Re: turning off the Draw tool tooltip</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592883#M55470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Diana. I appreciate your help. Is there a way to turn off the tooltips for an individual tool, rather than for the entire toolbar?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 15:39:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592883#M55470</guid>
      <dc:creator>TobinCrain</dc:creator>
      <dc:date>2013-08-12T15:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: turning off the Draw tool tooltip</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592884#M55471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As Diana said, you can also do this when activating any given tool.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;activate(geometryType,options?)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That options object is configured in the same way as when creating a new Draw Toolbar, and has a showTooltips option that can be set to false.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/en/javascript/jsapi/draw-amd.html#activate"&gt;https://developers.arcgis.com/en/javascript/jsapi/draw-amd.html#activate&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 15:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592884#M55471</guid>
      <dc:creator>MarkHoover</dc:creator>
      <dc:date>2013-08-12T15:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: turning off the Draw tool tooltip</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592885#M55472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to you too Mark. Not only did I miss it in the Help once, but twice. Must be a Monday!!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks again to both of you for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Aug 2013 17:47:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/turning-off-the-draw-tool-tooltip/m-p/592885#M55472</guid>
      <dc:creator>TobinCrain</dc:creator>
      <dc:date>2013-08-12T17:47:33Z</dc:date>
    </item>
  </channel>
</rss>

