<?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 How to display a progress spinner in a JavaScript app for a geoprocessing service? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-a-progress-spinner-in-a-javascript/m-p/656871#M61270</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a JavaScript application I am creating that has a possibly long running geoprocessing service, depending on the inputs that they select.&amp;nbsp; I want to display a spinning progress wheel so users know the service is still running. Any suggestions on the best way to go about this? There is no event for when a geoprocessing service is started, just job-complete, job-cancel, and status-update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Apr 2016 19:51:19 GMT</pubDate>
    <dc:creator>JimBob3</dc:creator>
    <dc:date>2016-04-07T19:51:19Z</dc:date>
    <item>
      <title>How to display a progress spinner in a JavaScript app for a geoprocessing service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-a-progress-spinner-in-a-javascript/m-p/656871#M61270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;I have a JavaScript application I am creating that has a possibly long running geoprocessing service, depending on the inputs that they select.&amp;nbsp; I want to display a spinning progress wheel so users know the service is still running. Any suggestions on the best way to go about this? There is no event for when a geoprocessing service is started, just job-complete, job-cancel, and status-update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 19:51:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-a-progress-spinner-in-a-javascript/m-p/656871#M61270</guid>
      <dc:creator>JimBob3</dc:creator>
      <dc:date>2016-04-07T19:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a progress spinner in a JavaScript app for a geoprocessing service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-a-progress-spinner-in-a-javascript/m-p/656872#M61271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can start the the load indicator, after calling task execute method. Since it is deferred, your indicator will start first before any of the events are called.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2016 20:02:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-a-progress-spinner-in-a-javascript/m-p/656872#M61271</guid>
      <dc:creator>thejuskambi</dc:creator>
      <dc:date>2016-04-07T20:02:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to display a progress spinner in a JavaScript app for a geoprocessing service?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-a-progress-spinner-in-a-javascript/m-p/656873#M61272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I use the dojox standby widget. Just set it to "show" just before I execute my geoprocessing task. Then set it to hide within the success callback (or error callback). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set the "target" parameter to the dom node that you are interested in displaying the standby spinner over, but then you also have to append the standby widget to the document body node as well:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;var standby = new Standby({target: "info"});&lt;/P&gt;&lt;P&gt;document.body.appendChild(standby.domNode);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2016 20:49:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-display-a-progress-spinner-in-a-javascript/m-p/656873#M61272</guid>
      <dc:creator>ArjunDongre</dc:creator>
      <dc:date>2016-04-12T20:49:02Z</dc:date>
    </item>
  </channel>
</rss>

