<?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 Custom widget configure window has busy spinner in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/custom-widget-configure-window-has-busy-spinner/m-p/841431#M9362</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I open the configure window for my custom widget it shows a busy spinner. How do I get rid of that and replace it with some configuration items? See attachments for examples of what I mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Mar 2015 00:57:25 GMT</pubDate>
    <dc:creator>AndrewTerwiel</dc:creator>
    <dc:date>2015-03-25T00:57:25Z</dc:date>
    <item>
      <title>Custom widget configure window has busy spinner</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/custom-widget-configure-window-has-busy-spinner/m-p/841431#M9362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I open the configure window for my custom widget it shows a busy spinner. How do I get rid of that and replace it with some configuration items? See attachments for examples of what I mean.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 00:57:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/custom-widget-configure-window-has-busy-spinner/m-p/841431#M9362</guid>
      <dc:creator>AndrewTerwiel</dc:creator>
      <dc:date>2015-03-25T00:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Custom widget configure window has busy spinner</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/custom-widget-configure-window-has-busy-spinner/m-p/841432#M9363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; I can tell from experience of having built 9 widget now that this error can appear for many reasons. First thing to check is the manifest.json and make sure that the elements that you have set to true in that file do really exist in your widgets folder structure. Contrary to what the custom widget development walk through says many of my widgets manifest.json look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "name": "Share",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "2D": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "3D": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "platform": "HTML",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "version": "1.1.2",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "wabVersion": "1.1",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "author": "Esri &amp;amp; Robert Scheitlin",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "description": "Share this map by using facebook, twitter, Google+, email, link, or embed code.",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "copyright": "",&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; "license": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.apache.org/licenses/LICENSE-2.0" rel="nofollow" target="_blank"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;"properties": {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "inPanel": true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasConfig": true&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice the difference:&lt;/P&gt;&lt;P&gt;{&lt;/P&gt;&lt;P&gt;&amp;nbsp; "name": "CustomWidgetTemplate",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "2D": true,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "3D": false,&lt;/P&gt;&lt;P&gt;&amp;nbsp; "platform": "HTML",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "version": "1.2",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "wabVersion": "1.2",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "author": "Esri R&amp;amp;D Center Beijing",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "description": "This is the custom widget",&lt;/P&gt;&lt;P&gt;&amp;nbsp; "copyright": "",&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp; "license": "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.apache.org/licenses/LICENSE-2.0" rel="nofollow" target="_blank"&gt;http://www.apache.org/licenses/LICENSE-2.0&lt;/A&gt;&lt;SPAN&gt;",&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #e23d39;"&gt;"properties": {&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "inPanel":true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasLocale": true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasStyle":true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasConfig":true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasUIFile":true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasSettingPage":true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasSettingUIFile":true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasSettingLocale":true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "hasSettingStyle":true,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "IsController":false&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #e23d39;"&gt;&amp;nbsp; }&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let the existance of your file in the predefined folder structure control whether you have a hasSettingLocale, etc, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another big gotcha is having a nls.sometext in your HTML template file and that string not actually existing in your strings.js&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 12:51:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/custom-widget-configure-window-has-busy-spinner/m-p/841432#M9363</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-03-25T12:51:11Z</dc:date>
    </item>
  </channel>
</rss>

