<?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: esri.bundle strings 3.5 AMD in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308633#M28330</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try bundle.widgets.measurement.NLS_resultLabel instead of esri.bundle.widgets.measurement.NLS_resultLabel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Aug 2013 15:09:00 GMT</pubDate>
    <dc:creator>CarlosMacias</dc:creator>
    <dc:date>2013-08-27T15:09:00Z</dc:date>
    <item>
      <title>esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308624#M28321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it looks like the strings can't be set directly .&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;esri.bundle.toolbars.draw.addMultipoint = 'new text';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried redefining the property with code similar to &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://forums.arcgis.com/threads/81356-quot-esri-toolbars-Draw-quot-and-multipleDefine-Error-in-API-v.3.4?highlight=bundle+strings" rel="nofollow" target="_blank"&gt;this&lt;/A&gt;&lt;SPAN&gt; thread using &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://jsfiddle.net/frc64/" rel="nofollow" target="_blank"&gt;this&lt;/A&gt;&lt;SPAN&gt; jsfiddle but didn't work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;how do we change the strings using 3.5 AMD?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 17:21:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308624#M28321</guid>
      <dc:creator>CarlosMacias</dc:creator>
      <dc:date>2013-07-25T17:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308625#M28322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;it looks like the strings can't be set directly .&lt;BR /&gt;esri.bundle.toolbars.draw.addMultipoint = 'new text';&lt;BR /&gt;I tried redefining the property with code similar to &lt;A href="http://forums.arcgis.com/threads/81356-quot-esri-toolbars-Draw-quot-and-multipleDefine-Error-in-API-v.3.4?highlight=bundle+strings"&gt;this&lt;/A&gt; thread using &lt;A href="http://jsfiddle.net/frc64/"&gt;this&lt;/A&gt; jsfiddle but didn't work.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;how do we change the strings using 3.5 AMD?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;multipoint uses bundle.toolbars.draw.addMultipoint (as you pointed out)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;the following seems to work for me based on the fiddle:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bundle.toolbars.draw.addMultipoint = "new text";&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("default add point text: " + bundle.toolbars.draw.addMultipoint);&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 17:55:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308625#M28322</guid>
      <dc:creator>DianaBenedict</dc:creator>
      <dc:date>2013-07-25T17:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308626#M28323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;multipoint uses bundle.toolbars.draw.addMultipoint (as you pointed out)&lt;BR /&gt;&lt;BR /&gt;the following seems to work for me based on the fiddle:&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bundle.toolbars.draw.addMultipoint = "new text";&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; alert("default add point text: " + bundle.toolbars.draw.addMultipoint);&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Yes I am able to see it but when I change it, it doesn't appear as the tooltip when I'm drawing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://jsfiddle.net/C63WY/"&gt;This&lt;/A&gt;&lt;SPAN&gt; is exactly what I want to do but in AMD.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jul 2013 18:12:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308626#M28323</guid>
      <dc:creator>CarlosMacias</dc:creator>
      <dc:date>2013-07-25T18:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308627#M28324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;changing the strings in the draw toolbar using 3.5 AMD.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;does anyone has an answer for this thread?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jul 2013 22:56:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308627#M28324</guid>
      <dc:creator>CarlosMacias</dc:creator>
      <dc:date>2013-07-29T22:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308628#M28325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Derek Swingley answered this in &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/81356-quot-esri-toolbars-Draw-quot-and-multipleDefine-Error-in-API-v.3.4"&gt;this &lt;/A&gt;&lt;SPAN&gt;thread with link to example on &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/frc64/"&gt;jsfiddle&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 11:58:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308628#M28325</guid>
      <dc:creator>EndreStokseth</dc:creator>
      <dc:date>2013-08-02T11:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308629#M28326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Endre, cmacias mentioned both that thread and the jsfiddle example in the first post of this thread, saying that he already tried to follow that example and it did not work. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you still having problems, cmacias?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 15:48:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308629#M28326</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2013-08-02T15:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308630#M28327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, I am still unable to redefine the tooltip text.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Aug 2013 16:35:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308630#M28327</guid>
      <dc:creator>CarlosMacias</dc:creator>
      <dc:date>2013-08-02T16:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308631#M28328</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Sorry about a quick answer that gave nothing new to the thread..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I have done this using AMD &amp;amp; JS-API v 3.5. It worked fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Added an example to &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net/endre/AFDEE/"&gt;jsfiddler&lt;/A&gt;&lt;SPAN&gt; (basically the same as Derek Swingley did).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Aug 2013 07:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308631#M28328</guid>
      <dc:creator>EndreStokseth</dc:creator>
      <dc:date>2013-08-05T07:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308632#M28329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;it was because of my dojoConfig that I wasn't able to change the text.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had it&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;var dojoConfig = {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; locale: "en",&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; async: true,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; isDebug: true};&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;after commenting out the locale:"en" I can change the tooltip text.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Aug 2013 00:00:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308632#M28329</guid>
      <dc:creator>CarlosMacias</dc:creator>
      <dc:date>2013-08-06T00:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308633#M28330</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;try bundle.widgets.measurement.NLS_resultLabel instead of esri.bundle.widgets.measurement.NLS_resultLabel&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:09:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308633#M28330</guid>
      <dc:creator>CarlosMacias</dc:creator>
      <dc:date>2013-08-27T15:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308634#M28331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;check in your dojoConfig that you don't have a locale set, and if you do comment it out.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Aug 2013 15:48:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308634#M28331</guid>
      <dc:creator>CarlosMacias</dc:creator>
      <dc:date>2013-08-27T15:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: esri.bundle strings 3.5 AMD</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308635#M28332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;In version 3.6 of the API the above fiddle method also works WITH the locale set.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Many thanks for the information in this thread! Saved me some headaches &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Would be very useful if esri included an AMD example of bundle usage in the api reference.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Laurens&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 14:30:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/esri-bundle-strings-3-5-amd/m-p/308635#M28332</guid>
      <dc:creator>Laurensvan_der_Burgt</dc:creator>
      <dc:date>2013-12-10T14:30:55Z</dc:date>
    </item>
  </channel>
</rss>

