<?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: Measurement widget location tool not displaying correctly. in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253586#M23477</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you try and produce a quick sample app that just has the Measurement dijit and add in your css rules and see if it produces that same result. Like I mentioned I can produce apps with the measurement dijit and never have this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 13:39:09 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2015-06-26T13:39:09Z</dc:date>
    <item>
      <title>Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253578#M23469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The measurement tool is displaying two mouse pointers and two pins when using the "location" tool. Anyone else having this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 12:39:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253578#M23469</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T12:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253579#M23470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Nope I have not seen this behavior. Can you have your code for review?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 12:48:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253579#M23470</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-26T12:48:38Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253580#M23471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Not doing anything fancy to the widget, except calling it in the JS file:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var measurement = new Measure({&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map: map,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style:"margin-top:25px;height:200px",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; id:"measurement",&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }, 'measurement').startup();&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &amp;lt;div id='measurement'&amp;gt;&amp;lt;/div&amp;gt; in html.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other erratic behaviour was that I had to force a height on the tool, otherwise it was making it incredibly tall, pushing the divs below way down having to scroll down to see them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 12:59:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253580#M23471</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T12:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253581#M23472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var measurement = new &lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;Measure&lt;/STRONG&gt;&lt;/SPAN&gt;({&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the require that you are using for this? Normally you would use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #303030;"&gt;esri/dijit/Measurement &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;&lt;SPAN style="color: #303030;"&gt;and a var of&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;&lt;SPAN class="typ" style="color: #000000;"&gt;Measurement&lt;/SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;&lt;SPAN class="typ" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;&lt;SPAN class="typ" style="color: #000000;"&gt;Did you just choose to use Measure as your var?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;&lt;SPAN class="typ" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="str" style="color: #dd1144;"&gt;&lt;SPAN class="typ" style="color: #000000;"&gt;What happens when you use the esri sample for the Measurement widget?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/widget_measurement.html" title="https://developers.arcgis.com/javascript/jssamples/widget_measurement.html"&gt;Measurement Widget | ArcGIS API for JavaScript&lt;/A&gt; &lt;SPAN class="str" style="color: #dd1144;"&gt;&lt;SPAN class="typ" style="color: #000000;"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 13:13:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253581#M23472</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-26T13:13:52Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253582#M23473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Seeing your complete code would help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 13:15:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253582#M23473</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-26T13:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253583#M23474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That was just what I called it in my function list. You can give a class you have registered in the array any name you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm 99% sure my code is right, its the "behind-the-scenes" functionality on ESRI's end, from what I can tell. My code would be way to long to share. That snippet is really the important part.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 13:18:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253583#M23474</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T13:18:13Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253584#M23475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Yes I know you can give the var any name you like, I was just checking. The fact that you are having this issue in your code and using the esri sample I referenced and all of the apps I have produced that do not have this issue leads me to believe that you have something in your code that is causing this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 13:25:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253584#M23475</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-26T13:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253585#M23476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert,&lt;/P&gt;&lt;P&gt;&amp;nbsp; I don't really have any other code that could be interfering - except for the style within the widget. Since the widget creates the x/y point table, I don't really have much control over it. Thank you for your help!&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/113569_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 13:30:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253585#M23476</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T13:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253586#M23477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Can you try and produce a quick sample app that just has the Measurement dijit and add in your css rules and see if it produces that same result. Like I mentioned I can produce apps with the measurement dijit and never have this issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 13:39:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253586#M23477</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-26T13:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253587#M23478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good idea, Ill try that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 13:41:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253587#M23478</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T13:41:02Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253588#M23479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remove the call to the startup function.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253588#M23479</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2015-06-26T17:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253589#M23480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That did it. Thanks! So simple. Im so used to making the startup call in dojo.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:47:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253589#M23480</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T17:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253590#M23481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Joel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Why?....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:49:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253590#M23481</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-26T17:49:07Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253591#M23482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Startup() overrides the default override within the class, as you probably already know. ESRI may not have accounted for this call in the results table, and it generates two rows for each.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253591#M23482</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T17:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253592#M23483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't say with absolute certainty, but I know it worked for me (and now for Arjun as well).&amp;nbsp; I think this behavior started in 3.10.&amp;nbsp; I'm supposing it's called automatically and doesn't need to be explicitly called, but I don't see evidence of that in the Measurement module itself...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:54:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253592#M23483</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2015-06-26T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253593#M23484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I startup the dijit in all my apps and have never seen the issue. The esri samples all call startup on the Measurement dijit and do not display the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:57:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253593#M23484</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-26T17:57:12Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253594#M23485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weird. Yeah - I have no clue. Thanks for the help Robert!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 17:59:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253594#M23485</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T17:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253595#M23486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you guys using parse on load or some other dojo parse directive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:04:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253595#M23486</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-06-26T18:04:08Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253596#M23487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use parser.parse()…&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:05:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253596#M23487</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2015-06-26T18:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Measurement widget location tool not displaying correctly.</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253597#M23488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not...window.dojoConfig.parseOnLoad is explicitly set to false in my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My Measurement widget gets created programmatically and then added to the DOM tree as a child of another dijit (a subclass of dijit/Dialog that's been hacked to be modeless).&amp;nbsp; Perhaps adding it as a child of another pre-existing dijit already in the tree makes the difference...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:14:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/measurement-widget-location-tool-not-displaying/m-p/253597#M23488</guid>
      <dc:creator>JoelBennett</dc:creator>
      <dc:date>2015-06-26T18:14:37Z</dc:date>
    </item>
  </channel>
</rss>

