<?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 Slide Bar (two thumbs) in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744241#M68850</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a slide bar for my map. However, this slide bar needs to show a range between two defined points.&amp;nbsp;So essentially a time interval.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have these examples to go off on.. Are there any more simple / easy-to-read examples out there?&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) A simple slide bar&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=mapconfig_customlabels"&gt;Simple slide bar&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I like the simplicity but I need two thumbs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2) Kind of complicated becuase it has the ability to run as a "movie"&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=time_snapshot"&gt;Hurricanes Two Thumbs&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I like that it has two thumbs but it is&amp;nbsp;too complex&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!sliders&amp;nbsp;&lt;A href="https://community.esri.com/t5/tag/java scrip api/tg-p"&gt;#java scrip api&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Nov 2016 00:35:09 GMT</pubDate>
    <dc:creator>EricBianchi1</dc:creator>
    <dc:date>2016-11-15T00:35:09Z</dc:date>
    <item>
      <title>Slide Bar (two thumbs)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744241#M68850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to create a slide bar for my map. However, this slide bar needs to show a range between two defined points.&amp;nbsp;So essentially a time interval.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have these examples to go off on.. Are there any more simple / easy-to-read examples out there?&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) A simple slide bar&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=mapconfig_customlabels"&gt;Simple slide bar&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I like the simplicity but I need two thumbs&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;2) Kind of complicated becuase it has the ability to run as a "movie"&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/3/sandbox/sandbox.html?sample=time_snapshot"&gt;Hurricanes Two Thumbs&lt;/A&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I like that it has two thumbs but it is&amp;nbsp;too complex&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!sliders&amp;nbsp;&lt;A href="https://community.esri.com/t5/tag/java scrip api/tg-p"&gt;#java scrip api&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 00:35:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744241#M68850</guid>
      <dc:creator>EricBianchi1</dc:creator>
      <dc:date>2016-11-15T00:35:09Z</dc:date>
    </item>
    <item>
      <title>Re: Slide Bar (two thumbs)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744242#M68851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;Sounds like a job for:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://dojotoolkit.org/reference-guide/1.10/dojox/form/RangeSlider.html" title="https://dojotoolkit.org/reference-guide/1.10/dojox/form/RangeSlider.html"&gt;dojox.form.RangeSlider — The Dojo Toolkit - Reference Guide&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Nov 2016 16:15:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744242#M68851</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-15T16:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Slide Bar (two thumbs)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744243#M68852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Site gave me more insight, Thank you!&amp;nbsp;- But if my range slider is for time, is there a way to do a start and end? The regular slide bar works well for time ranges between 0-24. But if one wanted to know 18-07.. then there is a problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I would need something like start and end points for the slider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hmm..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 05:44:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744243#M68852</guid>
      <dc:creator>EricBianchi1</dc:creator>
      <dc:date>2016-11-16T05:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: Slide Bar (two thumbs)</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744244#M68853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Eric,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;If you are dealing with time them you will want to use the more complicated sample or look at using&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://developers.arcgis.com/javascript/3/jsapi/timeslider-amd.html" title="https://developers.arcgis.com/javascript/3/jsapi/timeslider-amd.html"&gt;TimeSlider | API Reference | ArcGIS API for JavaScript 3.18&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Nov 2016 14:37:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/slide-bar-two-thumbs/m-p/744244#M68853</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2016-11-16T14:37:58Z</dc:date>
    </item>
  </channel>
</rss>

