<?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 Javascript Sample Viewer - Massive issues with 3.0api in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-sample-viewer-massive-issues-with-3/m-p/142238#M13256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I know its not supported (which is why I am posting in the forums and not calling support).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are commited to the Javascript Sample Viewer, which we have massively customized.&amp;nbsp; Everything works fine and dandy in 2.8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.0 (specifically upgrading dojo) destroys it.&amp;nbsp; I am an in process of trying to repair it / upgrade it, but it seems like changes have to be made everywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SO far:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Adding dojo ready to all the widgets&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. IE just doesnt work.&amp;nbsp; seems like the events link configloadedevent are never published.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Chrome struggles.&amp;nbsp; So far only firefox works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to open a discussion in case anyone else is working on the same thing and has any insight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 Jun 2012 13:36:06 GMT</pubDate>
    <dc:creator>JeffPace</dc:creator>
    <dc:date>2012-06-27T13:36:06Z</dc:date>
    <item>
      <title>Javascript Sample Viewer - Massive issues with 3.0api</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-sample-viewer-massive-issues-with-3/m-p/142238#M13256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes I know its not supported (which is why I am posting in the forums and not calling support).&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are commited to the Javascript Sample Viewer, which we have massively customized.&amp;nbsp; Everything works fine and dandy in 2.8&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3.0 (specifically upgrading dojo) destroys it.&amp;nbsp; I am an in process of trying to repair it / upgrade it, but it seems like changes have to be made everywhere.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;SO far:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Adding dojo ready to all the widgets&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. IE just doesnt work.&amp;nbsp; seems like the events link configloadedevent are never published.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Chrome struggles.&amp;nbsp; So far only firefox works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just wanted to open a discussion in case anyone else is working on the same thing and has any insight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 13:36:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-sample-viewer-massive-issues-with-3/m-p/142238#M13256</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2012-06-27T13:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Sample Viewer - Massive issues with 3.0api</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-sample-viewer-massive-issues-with-3/m-p/142239#M13257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;We it looks like, in the ConfigManager, that IE doesnt like executing multiple subscribe events simultaneously.&amp;nbsp; By changing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;dojo.publish("configLoadedEvent", [this.configData]);&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;to &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;dojo.publish("controllerConfigLoadedEvent", [this.configData]);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.publish("widgetmanagerConfigLoadedEvent", [this.configData]);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.publish("datamanagerConfigLoadedEvent", [this.configData]);
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dojo.publish("mapmanagerConfigLoadedEvent", [this.configData]);
 &lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and adjusting the corresponding listeners, and since it is synchronous, you are able to specify the order to make it load properly. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hope this is helpful to anyone still using this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:50:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-sample-viewer-massive-issues-with-3/m-p/142239#M13257</guid>
      <dc:creator>JeffPace</dc:creator>
      <dc:date>2021-12-11T07:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Javascript Sample Viewer - Massive issues with 3.0api</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-sample-viewer-massive-issues-with-3/m-p/142240#M13258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Joe I don't use the Sample Viewer but I am having massive difficulties upgrading to 3.0. I'd really like to see more examples of the API in action with dojo 1.7's AMD structure. So far I can't find any samples anywhere (dojo or esri) that use more than 2 dijits/widgets or that don't include a custom module.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm having particular difficulty with datastores and data-driven dijits - specifically dojo's filteringSelect and ComboBox.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2012 20:01:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/javascript-sample-viewer-massive-issues-with-3/m-p/142240#M13258</guid>
      <dc:creator>ReneeMaxwell</dc:creator>
      <dc:date>2012-06-27T20:01:28Z</dc:date>
    </item>
  </channel>
</rss>

