<?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 can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services) in ArcGIS Web AppBuilder Questions</title>
    <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755061#M19778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed your advice and I downloaded WAB for developers. I also downloaded Node.js. When I went to the "Create a custom in-panel widget" you included, I couldn't open the "Widget.js" file after creating a MyWidget folder. I got an error 800A138F. What should I do to resolve the error?&lt;/P&gt;&lt;P&gt;Thank you again! &lt;/P&gt;&lt;P&gt;Ta N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 20:00:16 GMT</pubDate>
    <dc:creator>TaN</dc:creator>
    <dc:date>2015-07-06T20:00:16Z</dc:date>
    <item>
      <title>How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755059#M19776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am creating a web app of all DC Public Schools and nearby green spaces (waterbodies, libraries, parks, etc) Please see: &lt;A href="http://tan.maps.arcgis.com/apps/webappviewer/index.html?id=2fbf50598b5741209f4215a78d17d648" style="color: #21759b; font-family: Verdana, Helvetica, sans-serif; font-size: 12px;" target="_blank" title="http://tan.maps.arcgis.com/apps/webappviewer/index.html?id=2fbf50598b5741209f4215a78d17d648"&gt;ArcGIS Web Application&lt;/A&gt;. Ideally, I would like to let teachers type in their school name and check off a buffer radius. The teacher would hit a "Search" button and&amp;nbsp; the web app would display the map- zoomed in on the school, with the desired buffer. Any thoughts on how to add a Buffer widget? *Would I need to build the widget using the Javascript API? Thank you so much for your help! &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:22:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755059#M19776</guid>
      <dc:creator>TaN</dc:creator>
      <dc:date>2015-07-06T16:22:46Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755060#M19777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ta N,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Based on your requirements you probably need to develop your own widget for WAB.&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You would begin by getting the WAB Developer version.&lt;/LI&gt;&lt;LI&gt;When you have the WABD (Web AppBuilder Developer) installed you will find a folder under widgets called samplewidgets. In that folder are sample to help you begin and a template.&lt;/LI&gt;&lt;LI&gt;You can find more help getting started by referring to the online help: &lt;A href="https://developers.arcgis.com/web-appbuilder/sample-code/create-custom-in-panel-widget.htm" title="https://developers.arcgis.com/web-appbuilder/sample-code/create-custom-in-panel-widget.htm"&gt;Create a custom in-panel widget—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt; &lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are some custom widgets out there that do buffering like my eSearch &lt;A href="https://community.esri.com/docs/DOC-1731"&gt;Enhanced Search Widget Version 1.1.9 - 7/2/15&lt;/A&gt; but it is probably more complex then what you are needing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 16:47:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755060#M19777</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-06T16:47:42Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755061#M19778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed your advice and I downloaded WAB for developers. I also downloaded Node.js. When I went to the "Create a custom in-panel widget" you included, I couldn't open the "Widget.js" file after creating a MyWidget folder. I got an error 800A138F. What should I do to resolve the error?&lt;/P&gt;&lt;P&gt;Thank you again! &lt;/P&gt;&lt;P&gt;Ta N.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 20:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755061#M19778</guid>
      <dc:creator>TaN</dc:creator>
      <dc:date>2015-07-06T20:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755062#M19779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of getting the error message, I am now getting a command prompt that opens up for one brief second (after I double-click on the Widget.js file) and then disappears. Do you have any suggestions on how to open the Widget.js file successfully? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 20:07:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755062#M19779</guid>
      <dc:creator>TaN</dc:creator>
      <dc:date>2015-07-06T20:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755063#M19780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ta N,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;I have never seen an "error 800A138F" can you provide a screenshot of this error?&lt;/LI&gt;&lt;LI&gt;Did you get WABD to run on your machine using the startup.bat?&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 20:09:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755063#M19780</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-06T20:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755064#M19781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ta N,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Do you have a program associated with .js files on your machine? If not then just open the file in Notepad. I do all my development using Adobe Brackets a free JS development IDE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 20:11:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755064#M19781</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-06T20:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755065#M19782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was able to access the Widget.js file through Sublime Text. Thank you for your help! As for running WABD using startup.bat, I will try to do that when I have access to my work laptop again (which will be in two day's time). Thank you for fielding my questions thus far. May I contact you again when a need arises?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time and advice!&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 23:13:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755065#M19782</guid>
      <dc:creator>TaN</dc:creator>
      <dc:date>2015-07-06T23:13:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755066#M19783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ta N,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Sure ask away.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Glad to help. Now it is your turn to help the community by marking this question as answered. All you have to do is click the "Correct Answer" link (the one with the little green star) on the post that provided the answer for you. If the answer was not provided by one of the responders then you can mark any of the replies that you received as helpful by clicking on the "Actions" menu and choosing "Mark as Helpful"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 00:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755066#M19783</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2015-07-07T00:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755067#M19784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Robert!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I followed the instructions on the Create custom in-panel widget. And I was succeeding at first, but I did something that made everything crash and I don't have a clue as to how I made everything go awry. I just posted a question &lt;A href="https://community.esri.com/thread/161861"&gt;WebApp builder (basically everything) crashed. Please help! &lt;/A&gt; &lt;/P&gt;&lt;P&gt;If you could take a look at it, I would truly appreciate any help I can get. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you so much! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 18:22:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755067#M19784</guid>
      <dc:creator>TaN</dc:creator>
      <dc:date>2015-07-08T18:22:15Z</dc:date>
    </item>
    <item>
      <title>Re: How can I add a Buffer widget to my web app (built using web app builder)? (Note: Geoprocessing widget does not support ArcGIS Online Spatial Analysis Services)</title>
      <link>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755068#M19785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ta N, &lt;/P&gt;&lt;P&gt;Were you able to build this buffer widget easily (or at all)?&amp;nbsp; I am trying to build a very similar model for teachers and students to fidn their home, click on it and add a set radius buffer around it. I wanted to see if it worked ok for you before I jumped in head first.&amp;nbsp; Thanks!&lt;/P&gt;&lt;P&gt;Donitza&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Mar 2016 07:51:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-web-appbuilder-questions/how-can-i-add-a-buffer-widget-to-my-web-app-built/m-p/755068#M19785</guid>
      <dc:creator>DonitzaIvanovich</dc:creator>
      <dc:date>2016-03-28T07:51:19Z</dc:date>
    </item>
  </channel>
</rss>

