<?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: How to disable &amp;quot;Loading ...&amp;quot; between simpleloader.js and init.js in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483009#M12733</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert and Qun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you both!&amp;nbsp;&amp;nbsp; That did the trick, the form is working nicely now.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally this indicates I need to bone up on CSS!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 May 2015 15:22:22 GMT</pubDate>
    <dc:creator>DavidPlume1</dc:creator>
    <dc:date>2015-05-20T15:22:22Z</dc:date>
    <item>
      <title>How to disable "Loading ..." between simpleloader.js and init.js</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483005#M12729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Following up on my recent post ( Web App Start-up with Validation and Bailout if Need Be, two weeks ago ) I'm wrestling with the "Loading ..." process that seems to have captured any screen dialog events preventing interaction with my dialog.&amp;nbsp; See below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code, in my WAB index.html follows the pattern recommended by Larry Stout and has been tested in a work bench/prototype environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this implementation, the dialog shows correctly but is not active (see graphic below).&amp;nbsp; This is an ExtJS 3.4 Window and I've the same problem with a JQuery Dialog.&amp;nbsp; A simple alert(), however does display active above the "Loading ..."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked high an low for an appropriate place to intercept the Loading and override it but no luck -- any suggestions would be welcome!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;IMG alt="wabIndex.png" class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/101611_wabIndex.png" style="width: 620px; height: 295px;" /&gt;&lt;/P&gt;&lt;P&gt;The form dialog shows but the Loading ... graphic continues and seems to prevent any interaction with the form:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;IMG alt="LoginFormAndLoading.png" class="image-3 jive-image" src="https://community.esri.com/legacyfs/online/101615_LoginFormAndLoading.png" style="width: 620px; height: 428px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 22:19:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483005#M12729</guid>
      <dc:creator>DavidPlume1</dc:creator>
      <dc:date>2015-05-19T22:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable "Loading ..." between simpleloader.js and init.js</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483006#M12730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Update,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can manage the Loading... gif and label at&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;\jimu.js\dijit\LoadingShelter.js&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;and&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;jimu.js\dijit\templates\LoadingShelter.html&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My form is still not active tho.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 May 2015 23:27:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483006#M12730</guid>
      <dc:creator>DavidPlume1</dc:creator>
      <dc:date>2015-05-19T23:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable "Loading ..." between simpleloader.js and init.js</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483007#M12731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; I believe that your issue stems from the css for the loading shelter having a z-index of 99999. If you form does not have a higher index then it will be under the loading shelters main div.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/**CSS for LoadingShelter dijit***/&lt;/P&gt;&lt;P&gt;.jimu-loading-shelter{&lt;/P&gt;&lt;P&gt;&amp;nbsp; position:absolute;&lt;/P&gt;&lt;P&gt;&amp;nbsp; top:0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; left:0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; right:0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; bottom:0;&lt;/P&gt;&lt;P&gt;&amp;nbsp; height:100%;&lt;/P&gt;&lt;P&gt;&amp;nbsp; width:100%;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;STRONG&gt;z-index:99999;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; background: no-repeat center center;&lt;/P&gt;&lt;P&gt;&amp;nbsp; opacity:0.6;&lt;/P&gt;&lt;P&gt;&amp;nbsp; filter:alpha(opacity=60);&lt;/P&gt;&lt;P&gt;&amp;nbsp; font-size:14px;&lt;/P&gt;&lt;P&gt;&amp;nbsp; line-height:20px;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 00:20:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483007#M12731</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-05-20T00:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable "Loading ..." between simpleloader.js and init.js</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483008#M12732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David, just as Robert said, for now you should increase the z-index of your Dialog to be bigger than the &lt;STRONG&gt;z-index:99999&lt;/STRONG&gt; of .jimu-loading-shelter. In next release of WAB, we will decrease the z-index of .jimu-loading-shelter from 99999 to 110.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 05:49:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483008#M12732</guid>
      <dc:creator>QunSun</dc:creator>
      <dc:date>2015-05-20T05:49:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to disable "Loading ..." between simpleloader.js and init.js</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483009#M12733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Robert and Qun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you both!&amp;nbsp;&amp;nbsp; That did the trick, the form is working nicely now.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Naturally this indicates I need to bone up on CSS!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 15:22:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-to-disable-quot-loading-quot-between/m-p/483009#M12733</guid>
      <dc:creator>DavidPlume1</dc:creator>
      <dc:date>2015-05-20T15:22:22Z</dc:date>
    </item>
  </channel>
</rss>

