<?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 Is there an existing 3rd party slider control (for data input) - web or desktop? in Developers Questions</title>
    <link>https://community.esri.com/t5/developers-questions/is-there-an-existing-3rd-party-slider-control-for/m-p/820670#M5412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been asked to develop a very simple prototype application - either for desktop or web - but the data input MUST be done through slider tools. Esri's slider tools are data filter tools... not data input tools... and there's some question as to whether it's possible to make them in Esri's developer environment. From an Esri contact...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #009900;"&gt;This can be accomplished a couple of ways. One option is to use the Web App Builder (WAB) and either configure the Geoprocessing - &amp;nbsp;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__doc.arcgis.com_en_web-2Dappbuilder_create-2Dapps_widget-2Dgeoprocessing.htm&amp;amp;d=DwMFAg&amp;amp;c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&amp;amp;r=1IQ0IaWaDENNkRlON1O4PA&amp;amp;m=D0uFyt2-aer4tCreuixJNuFZGMKu2--5xnEXnZowX88&amp;amp;s=yrcLSE9xn1ZM13qIWiLM1PX1vrKiTz1iS6YLJiGbOek&amp;amp;e="&gt;GP widget&lt;/A&gt; or &lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__community.esri.com_groups_web-2Dapp-2Dbuilder-2Dcustom-2Dwidgets&amp;amp;d=DwMFAg&amp;amp;c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&amp;amp;r=1IQ0IaWaDENNkRlON1O4PA&amp;amp;m=D0uFyt2-aer4tCreuixJNuFZGMKu2--5xnEXnZowX88&amp;amp;s=vfxKjXyguNnNMveg7LsDa4bz3cs5x9ByYmF2rhi9l6k&amp;amp;e="&gt;create a custom widget using WAB Developer Edition&lt;/A&gt;. &lt;/SPAN&gt;&lt;SPAN style="color: #009900;"&gt;In terms of what input parameter types are supported it would come down to a combination of what is supported by both the GP service itself and the WAB widget. The number would be no problem but I don’t know for sure if a slider is available. I don’t see anything about sliders discussed in the widget&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__developers.arcgis.com_web-2Dappbuilder_guide_gp-2Dparameter-2Dtypes.htm&amp;amp;d=DwMFAg&amp;amp;c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&amp;amp;r=1IQ0IaWaDENNkRlON1O4PA&amp;amp;m=D0uFyt2-aer4tCreuixJNuFZGMKu2--5xnEXnZowX88&amp;amp;s=aNYUH0yorbunWUul318Pim7TGCQZT37FgQoxexagW2A&amp;amp;e="&gt;parameter documentation&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not possible to create the control within Esri's developer environment, I would need a 3rd party slider control developed with either a) C# or VB from a Visual Studio .NET framework (desktop) or b) Dojo Toolkit &lt;SPAN style="color: #009900;"&gt;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__dojotoolkit.org_&amp;amp;d=DwMFaQ&amp;amp;c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&amp;amp;r=1IQ0IaWaDENNkRlON1O4PA&amp;amp;m=zojpKZ70dO7ov71H06fKqaQj5cJcqfb4iyaOewe6GSY&amp;amp;s=u__tWjR4arP2UWEeohjVDrUIz1xVZL29mmfeNV-QkEM&amp;amp;e=" shape="rect" target="_blank"&gt;https://dojotoolkit.org/&lt;/A&gt;&lt;/SPAN&gt; or something similar (web). I would also need a control button that can take input from the 3 slider tool controls' values and - with a little code - ultimately - display a preconfigured feature file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't worked in either a .NET or JS framework, so this relatively simple task would need to be contracted out. Before submitting proposals to the requestor... I wondered whether there's a collection of control tools on the web.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2018 16:51:09 GMT</pubDate>
    <dc:creator>MaribethMilner</dc:creator>
    <dc:date>2018-09-12T16:51:09Z</dc:date>
    <item>
      <title>Is there an existing 3rd party slider control (for data input) - web or desktop?</title>
      <link>https://community.esri.com/t5/developers-questions/is-there-an-existing-3rd-party-slider-control-for/m-p/820670#M5412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've been asked to develop a very simple prototype application - either for desktop or web - but the data input MUST be done through slider tools. Esri's slider tools are data filter tools... not data input tools... and there's some question as to whether it's possible to make them in Esri's developer environment. From an Esri contact...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #009900;"&gt;This can be accomplished a couple of ways. One option is to use the Web App Builder (WAB) and either configure the Geoprocessing - &amp;nbsp;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__doc.arcgis.com_en_web-2Dappbuilder_create-2Dapps_widget-2Dgeoprocessing.htm&amp;amp;d=DwMFAg&amp;amp;c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&amp;amp;r=1IQ0IaWaDENNkRlON1O4PA&amp;amp;m=D0uFyt2-aer4tCreuixJNuFZGMKu2--5xnEXnZowX88&amp;amp;s=yrcLSE9xn1ZM13qIWiLM1PX1vrKiTz1iS6YLJiGbOek&amp;amp;e="&gt;GP widget&lt;/A&gt; or &lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__community.esri.com_groups_web-2Dapp-2Dbuilder-2Dcustom-2Dwidgets&amp;amp;d=DwMFAg&amp;amp;c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&amp;amp;r=1IQ0IaWaDENNkRlON1O4PA&amp;amp;m=D0uFyt2-aer4tCreuixJNuFZGMKu2--5xnEXnZowX88&amp;amp;s=vfxKjXyguNnNMveg7LsDa4bz3cs5x9ByYmF2rhi9l6k&amp;amp;e="&gt;create a custom widget using WAB Developer Edition&lt;/A&gt;. &lt;/SPAN&gt;&lt;SPAN style="color: #009900;"&gt;In terms of what input parameter types are supported it would come down to a combination of what is supported by both the GP service itself and the WAB widget. The number would be no problem but I don’t know for sure if a slider is available. I don’t see anything about sliders discussed in the widget&lt;SPAN class=""&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__developers.arcgis.com_web-2Dappbuilder_guide_gp-2Dparameter-2Dtypes.htm&amp;amp;d=DwMFAg&amp;amp;c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&amp;amp;r=1IQ0IaWaDENNkRlON1O4PA&amp;amp;m=D0uFyt2-aer4tCreuixJNuFZGMKu2--5xnEXnZowX88&amp;amp;s=aNYUH0yorbunWUul318Pim7TGCQZT37FgQoxexagW2A&amp;amp;e="&gt;parameter documentation&lt;/A&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not possible to create the control within Esri's developer environment, I would need a 3rd party slider control developed with either a) C# or VB from a Visual Studio .NET framework (desktop) or b) Dojo Toolkit &lt;SPAN style="color: #009900;"&gt;&lt;A href="https://urldefense.proofpoint.com/v2/url?u=https-3A__dojotoolkit.org_&amp;amp;d=DwMFaQ&amp;amp;c=Cu5g146wZdoqVuKpTNsYHeFX_rg6kWhlkLF8Eft-wwo&amp;amp;r=1IQ0IaWaDENNkRlON1O4PA&amp;amp;m=zojpKZ70dO7ov71H06fKqaQj5cJcqfb4iyaOewe6GSY&amp;amp;s=u__tWjR4arP2UWEeohjVDrUIz1xVZL29mmfeNV-QkEM&amp;amp;e=" shape="rect" target="_blank"&gt;https://dojotoolkit.org/&lt;/A&gt;&lt;/SPAN&gt; or something similar (web). I would also need a control button that can take input from the 3 slider tool controls' values and - with a little code - ultimately - display a preconfigured feature file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I haven't worked in either a .NET or JS framework, so this relatively simple task would need to be contracted out. Before submitting proposals to the requestor... I wondered whether there's a collection of control tools on the web.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2018 16:51:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/developers-questions/is-there-an-existing-3rd-party-slider-control-for/m-p/820670#M5412</guid>
      <dc:creator>MaribethMilner</dc:creator>
      <dc:date>2018-09-12T16:51:09Z</dc:date>
    </item>
  </channel>
</rss>

