<?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: Add loading icon to custom widget (like url) in panel in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762726#M873</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sorry I am going to be of no help on the 3D code stuff. I almost never deal with 3D. The URL Link Button did not use a Widget.html because it does not have a widget UI. If you are wanting to show some busy indicator then It sounds like you do have some UI for your widget and you will need to add the loadingDiv to the widgets.html file (like I have in&amp;nbsp; my Identify and eSearch widgets). Your second question in your original post, you need to call the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;WidgetManager.getInstance().closeWidget(this); after you have loaded your file (hopefully you have some event that you can use).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jul 2020 20:25:12 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2020-07-01T20:25:12Z</dc:date>
    <item>
      <title>Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762722#M869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to add loading icon (gif) to an in-panel Web Appbuilder custom widget, which like "Url Link Button" widget, does not have an explicit html file.&lt;/P&gt;&lt;P&gt;I saw a solution by Robert Scheitlin in this blog in url&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/229720"&gt;Add loading icon to url button custom widget&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried, but it turns that&amp;nbsp;esri/dijit/util/busyIndicator is not available anymore in javascript API 4.15 ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw a 2nd approach by&amp;nbsp;&lt;SPAN&gt;Robert Scheitlin in this blog in url&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/184141"&gt;Show loading message while the widget is doing operations&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but it does not operate for me either. no errors, but does not work...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;perhaps I am missing something...&lt;/P&gt;&lt;P&gt;I'm attaching zip of my widget.js&lt;/P&gt;&lt;P&gt;Help will be greatly appreciated, since I'm new to the subject and got stucked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd question - when I upload a big file to Amazon (e.g. 45 mb), it fails. Maybe it is because the code&lt;/P&gt;&lt;P&gt;setTimeout(lang.hitch(this, function () {&lt;BR /&gt; this.isOpening = false;&lt;BR /&gt; WidgetManager.getInstance().closeWidget(this);&lt;BR /&gt; }), 300);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;which I copied but indeed I don't understand it enough. An explanation will be appreciated, even if it has nothing to do with the failure to upload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 16:54:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762722#M869</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2020-07-01T16:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762723#M870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Is this a 3D widget? I see you are using&amp;nbsp;"esri/widgets/Sketch/SketchViewModel" which is a JS 4.x API widget, so that should me that this is a 3D widget in WAB.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 17:42:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762723#M870</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-07-01T17:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762724#M871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it is 3D widget.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 19:08:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762724#M871</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2020-07-01T19:08:37Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762725#M872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have built custom widget to enable import of 3d glTF models into a scene. I based it on “url link button” in-panel widget (which does not need and does not have an HTML file) and on example of esri &amp;nbsp;which shows how to import 3d glTF model into a scene.&lt;/P&gt;&lt;P&gt;Indeed I don’t know if other formats than .glb could be imported?&lt;/P&gt;&lt;P&gt;and I don’t know how to make it that the dimensions from the .glb file will be taken (by my program or by the scene) so that the model will be shown in its real size. Currently the model is inserted with very little dimensions so I “force” some dimension, otherwise it will not be seen at first. If I can get help in better coding of the 3d model import, I’ll appreciate it very much.&lt;/P&gt;&lt;P&gt;Can I please get help also in improving the code that imports the model?&lt;/P&gt;&lt;P&gt;And I’m using Amazon cloud, since it seems that esri do not enable import of 3d model but by url. I hope that they will enable also by zip file.&lt;/P&gt;&lt;P&gt;Thank you very much for all your effective help!&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 19:22:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762725#M872</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2020-07-01T19:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762726#M873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Sorry I am going to be of no help on the 3D code stuff. I almost never deal with 3D. The URL Link Button did not use a Widget.html because it does not have a widget UI. If you are wanting to show some busy indicator then It sounds like you do have some UI for your widget and you will need to add the loadingDiv to the widgets.html file (like I have in&amp;nbsp; my Identify and eSearch widgets). Your second question in your original post, you need to call the&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;WidgetManager.getInstance().closeWidget(this); after you have loaded your file (hopefully you have some event that you can use).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jul 2020 20:25:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762726#M873</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2020-07-01T20:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762727#M874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Robert!&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Indeed, afterwards, I saw that I could show the loading icon... only it was not in the middle of map and its colors were not vivid... So I need to put it in midst of the scene and handle its style. I'll try to see examples in the WAB code that uses it, and inform you.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Important -&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I'll appreciate it if you point me to the code of yours&amp;nbsp;Identify and eSearch widgets, so I can learn from them,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt; and tell me few words on the logic of opening and styling the LoadingShelter loading widget.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I assume that your help will enable me to use it OK, and I'll let you know.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 03:33:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762727#M874</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2020-07-02T03:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762728#M875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;In the&amp;nbsp;eSearch widget. there is this&amp;nbsp; element in the Widget.html:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;&lt;/SPAN&gt;div&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-dojo-type&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;jimu/dijit/LoadingShelter&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-dojo-attach-point&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;shelter&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;SPAN class="attr-name token"&gt;data-dojo-props&lt;/SPAN&gt;&lt;SPAN class="attr-value token"&gt;&lt;SPAN class="punctuation token"&gt;=&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;hidden:true&lt;SPAN class="punctuation token"&gt;"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="token tag"&gt;&lt;SPAN class="punctuation token"&gt;&amp;lt;/&lt;/SPAN&gt;div&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;&amp;gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the Widget.js I have calls like this:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;shelter&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;show&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;
&lt;SPAN class="keyword token"&gt;this&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;shelter&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="token function"&gt;hide&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;;&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have the LoadingShelter in my widgets define array and matching variable list:&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="string token"&gt;'jimu/dijit/LoadingShelter'&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;
LoadingShelter&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's that simple.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 08:25:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762728#M875</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2021-12-12T08:25:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762729#M876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, Robert.&lt;/P&gt;&lt;P&gt;I’m succeeding...&lt;/P&gt;&lt;P&gt;I’ll let you know when I finish.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jul 2020 15:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762729#M876</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2020-07-02T15:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762730#M877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Dear Robert,&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;Thaks to your explanations concerning LoadingShelter class, here and in other plaves, I managed to do it, and I want to explain what I did, since my 3d custom widget is in-panel and does not have an explicit html file, so in postCreate I had to place it versus the map (and not versus the widget node), as follows:&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;postCreate: function () {&lt;BR /&gt;this.inherited(arguments);&lt;BR /&gt;this.shelter = new LoadingShelter({&lt;BR /&gt;hidden: true&lt;BR /&gt;});&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;/* next line is important since widget does not have a nice independent html file */&lt;BR /&gt;this.shelter.placeAt(/*this.domNode*/ document.getElementById("main-page"));&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;this.shelter.startup();&lt;BR /&gt;},&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;and from there on, all I had to do is tto insert in the appropriate places - his.shelter.show("my text"); and this.shelter.hide();&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;I also managed to change the color of both the txt and the animation vertical bars, by changing in file&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;jimu.js/css/jimu.css :&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;1) in .jimu-loading-shelter .loading-container {&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;color: /*#000000*/ azure; /*mlev LoadingShelter color of text*/&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;2) in @keyframes shelter-loading {&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;in 0%,80%,100% {&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;box-shadow: 0 0 /*#999*/ deepskyblue; /*mlev LoadingShelter color*/&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;in 40% {&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;box-shadow: 0 -0.5rem /*#999*/ deepskyblue; /*mlev LoadingShelter color*/&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;3) in&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;.jimu-loading-shelter .loading-container .img-div:before,&lt;BR /&gt;.jimu-loading-shelter .loading-container .img-div:after,&lt;BR /&gt;.jimu-loading-shelter .loading-container .img-div {&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="background-color: #ffffff; border: 0px;"&gt;background: /*#999*/ deepskyblue; /*mlev LoadingShelter color*/&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jul 2020 14:23:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/762730#M877</guid>
      <dc:creator>MichaelLev</dc:creator>
      <dc:date>2020-07-03T14:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Add loading icon to custom widget (like url) in panel</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/1012678#M14340</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hello Michael, you can download the transparent loading gif and install it without any problems here &lt;A href="http://icons8.com/preloaders" target="_blank"&gt;http://icons8.com/preloaders&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Dec 2020 16:57:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/add-loading-icon-to-custom-widget-like-url-in/m-p/1012678#M14340</guid>
      <dc:creator>TemaPrinter</dc:creator>
      <dc:date>2020-12-29T16:57:19Z</dc:date>
    </item>
  </channel>
</rss>

