<?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 Simple custom widget example that interacts with a custom geoprocessing tool in Web AppBuilder Custom Widgets Questions</title>
    <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/simple-custom-widget-example-that-interacts-with-a/m-p/876544#M13614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&amp;nbsp; I've built and published a geoprocessing tool that lets an ArcMap user click somewhere near a line (route) and it generates a shapefile with calculated station &amp;amp; offset values.&amp;nbsp; This is my first real foray into model builder and designing a GP tool to work with a custom in-panel WAB widget.&amp;nbsp; Seems like I'm taking on a lot at once.&amp;nbsp; So where does one start?&amp;nbsp; I've looked at example custom widgets but they're either too complicated or they don't shake hands with a GP tool and display the calculated results.&amp;nbsp; I'd like to create a very simple custom widget that prompts the user for a point (click on the WAB map) and it displays the station &amp;amp; offset information from the shapefile generated by the geoprocessing service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gone through the instructions here:&amp;nbsp; &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; and checked out some of the custom widgets here: &lt;A href="http://gavinr.github.io/wab-widget-search/" title="http://gavinr.github.io/wab-widget-search/"&gt;Web AppBuilder Widget Search&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Is there a very simple custom widget out there that can interact with a geoprocessing service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2016 14:35:54 GMT</pubDate>
    <dc:creator>RaynerHoward</dc:creator>
    <dc:date>2016-04-22T14:35:54Z</dc:date>
    <item>
      <title>Simple custom widget example that interacts with a custom geoprocessing tool</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/simple-custom-widget-example-that-interacts-with-a/m-p/876544#M13614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everyone.&amp;nbsp; I've built and published a geoprocessing tool that lets an ArcMap user click somewhere near a line (route) and it generates a shapefile with calculated station &amp;amp; offset values.&amp;nbsp; This is my first real foray into model builder and designing a GP tool to work with a custom in-panel WAB widget.&amp;nbsp; Seems like I'm taking on a lot at once.&amp;nbsp; So where does one start?&amp;nbsp; I've looked at example custom widgets but they're either too complicated or they don't shake hands with a GP tool and display the calculated results.&amp;nbsp; I'd like to create a very simple custom widget that prompts the user for a point (click on the WAB map) and it displays the station &amp;amp; offset information from the shapefile generated by the geoprocessing service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've gone through the instructions here:&amp;nbsp; &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; and checked out some of the custom widgets here: &lt;A href="http://gavinr.github.io/wab-widget-search/" title="http://gavinr.github.io/wab-widget-search/"&gt;Web AppBuilder Widget Search&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Is there a very simple custom widget out there that can interact with a geoprocessing service?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 14:35:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/simple-custom-widget-example-that-interacts-with-a/m-p/876544#M13614</guid>
      <dc:creator>RaynerHoward</dc:creator>
      <dc:date>2016-04-22T14:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: Simple custom widget example that interacts with a custom geoprocessing tool</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/simple-custom-widget-example-that-interacts-with-a/m-p/876545#M13615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rayner,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; No there is not a simple custom widget out there for interacting with a GP service. But why are you not using the otb GeoProcessing widget in WAB?&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/web-appbuilder/guide/widget-geoprocessing.htm" title="https://developers.arcgis.com/web-appbuilder/guide/widget-geoprocessing.htm"&gt;Geoprocessing widget—Web AppBuilder for ArcGIS (Developer Edition) | ArcGIS for Developers&lt;/A&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 14:41:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/simple-custom-widget-example-that-interacts-with-a/m-p/876545#M13615</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-04-22T14:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Simple custom widget example that interacts with a custom geoprocessing tool</title>
      <link>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/simple-custom-widget-example-that-interacts-with-a/m-p/876546#M13616</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Robert.&amp;nbsp; Didn't realize there was a geoprocessing widget in WAB.&amp;nbsp; Figured I would have to create a custom widget from scratch.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Apr 2016 12:57:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/web-appbuilder-custom-widgets-questions/simple-custom-widget-example-that-interacts-with-a/m-p/876546#M13616</guid>
      <dc:creator>RaynerHoward</dc:creator>
      <dc:date>2016-04-27T12:57:41Z</dc:date>
    </item>
  </channel>
</rss>

