<?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: Errors in Create a ListView widget --WAB Sample Code--? in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790383#M4085</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The widget attachment you have earlier in this thread came from the stemApp widgets folder or the Apps widget folder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Sep 2017 13:37:19 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-09-07T13:37:19Z</dc:date>
    <item>
      <title>Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790378#M4080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am following line by line the setup of a custom ListView widget from the official ESRI sample code page:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/web-appbuilder/sample-code/create-a-listview-widget.htm" title="https://developers.arcgis.com/web-appbuilder/sample-code/create-a-listview-widget.htm"&gt;Create a ListView widget—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Under "Create a Widget Folder Structure":&amp;nbsp;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&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;...&lt;/P&gt;&lt;P&gt;&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;4) &amp;nbsp;&lt;SPAN&gt;Register the widget in the &lt;STRONG&gt;list.json&lt;/STRONG&gt; at&amp;nbsp;&lt;SPAN class="" style="color: #595959; background-color: #f8f8f8; border-width: 1px 0px 1px 1px; border-style: solid none solid solid; border-color: #efefef initial #efefef #efefef; padding: 0.25rem 0px 0.25rem 0.25rem;"&gt;path/to/WAB/client/stemapp/widgets&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&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;...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&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;Is this &lt;STRONG&gt;list.json&lt;/STRONG&gt; an error? There is NO&amp;nbsp;such file inside ~client/stemapp or ~client/stemapp/widgets. Beside, do I &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;really have to "register" the widget? In order for it to be available&amp;nbsp;to WAB, I thought it simply needs to be &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;copy/pasted into&amp;nbsp;~client/stemapp/widgets...&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;When adding the widget to a new Web App (2D), I click to add my ListView widget (+ sign), but it shows with name "&lt;STRONG&gt;Demo&lt;/STRONG&gt;". This would make sense if my folder and baseClass were named "Demo", but as you can see (attached zip folder) there is NO&amp;nbsp;"Demo" word left in any of the files...any idea why this happens?&lt;/LI&gt;&lt;/UL&gt;&lt;P style="text-align: center;"&gt;&lt;IMG __jive_id="370104" alt="" class="image-3 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/370104_2.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Finally, the settings page should show something like this:&amp;nbsp;&lt;IMG __jive_id="370057" alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/370057_1.png" style="width: 620px; height: 344px;" /&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;but after copy/pasting the same code in the settings.js and settings.html, in my case it shows like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="370103" alt="" class="image-2 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/370103_3.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The list should be populated...This is strange since I have my operational layer saved and added in the web map from &lt;A class="link-titled" href="https://services1.arcgis.com/4yjifSiIG17X0gW4/ArcGIS/rest/services/JoshuaTreeImages/FeatureServer/0" title="https://services1.arcgis.com/4yjifSiIG17X0gW4/ArcGIS/rest/services/JoshuaTreeImages/FeatureServer/0"&gt;https://services1.arcgis.com/4yjifSiIG17X0gW4/ArcGIS/rest/services/JoshuaTreeImages/FeatureServer/0&lt;/A&gt;&amp;nbsp;:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 19:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790378#M4080</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2017-09-06T19:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790379#M4081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this thread about issues with the sample code:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.esri.com/thread/198771-list-view-custom-widget-for-web-app-builder"&gt;https://community.esri.com/thread/198771-list-view-custom-widget-for-web-app-builder&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 20:08:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790379#M4081</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-09-06T20:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790380#M4082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the pointer Rob!&lt;/P&gt;&lt;P&gt;I will download the fixed to the code there. However, I still have to solve my question (1): what is list.json to register the widget? and (2) re: the word "Demo" to still appear in the widget name I attached (zipped). If you have any pointers for those as well please let me know...Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Sep 2017 21:08:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790380#M4082</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2017-09-06T21:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790381#M4083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Yes you can ignore step 4 as you have seen there is no list.json&lt;/P&gt;&lt;P&gt;2. Sounds like you missed this part of step 5:&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;In the nls folder, update the value of the _widgetLabel variable to ListView in the strings.js files&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 12:53:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790381#M4083</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-09-07T12:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790382#M4084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;That is the strange part...The widget I attached to this thread has the following code included in the /nls folder...hence why I am confused on why it still shows the label "Demo"..instead of ListView...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/nls/strings.js&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P&gt;define({&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;root: ({&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;_widgetLabel: "ListView"&lt;BR /&gt; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;})&lt;BR /&gt;});&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 13:19:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790382#M4084</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2017-09-07T13:19:40Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790383#M4085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The widget attachment you have earlier in this thread came from the stemApp widgets folder or the Apps widget folder?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 13:37:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790383#M4085</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-09-07T13:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790384#M4086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The widget I attached was copy/pasted and modified out of the "Demo" widget inside the ~client/stemapp/widget/samplewidgets. Following the tutorial instructions, I created my own copy of that folder and saved it into the .../stemapp/widgets so it becomes available to any new app that I create. I then changed the name of the folder and all widget files inside it to replace the word "demo" with "ListView", so there is nothing left with the word "demo" in my widget folder...hence my confusion.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 13:41:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790384#M4086</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2017-09-07T13:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790385#M4087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Francesco,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;What happen if you restart WAB and create a new app?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 14:35:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790385#M4087</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-09-07T14:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in Create a ListView widget --WAB Sample Code--?</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790386#M4088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob,&lt;/P&gt;&lt;P&gt;Apparently refreshing the page did not help but restating the entire WAB did the trick! Seems like they still have some issues thought with their ListView widget...even using the zipped one provided by the ESRI employee at the end of the thread you linked at the beginning does not show all the thumbnails and title correctly...Oh well, hopefully they will fix it for good soon.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Sep 2017 17:03:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/errors-in-create-a-listview-widget-wab-sample-code/m-p/790386#M4088</guid>
      <dc:creator>FrancescoTonini2</dc:creator>
      <dc:date>2017-09-07T17:03:07Z</dc:date>
    </item>
  </channel>
</rss>

