<?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 to use the Time slider widget in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697105#M21286</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a bug in the FeatureLayer. It will be fixed in the next release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Nov 2010 16:13:24 GMT</pubDate>
    <dc:creator>DasaPaddock</dc:creator>
    <dc:date>2010-11-30T16:13:24Z</dc:date>
    <item>
      <title>How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697098#M21279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm trying to implement the sample at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/help/widgets/timeslider_widget.htm"&gt;http://help.arcgis.com/en/webapps/flexviewer/help/widgets/timeslider_widget.htm&lt;/A&gt;&lt;SPAN&gt; but can't work out how to hook it up to a time-aware layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've got a point featureclass which is time-aware - it's shown in the services catalog as:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Time Info:&lt;/STRONG&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Start Time Field: Start&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;End Time Field: End&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Track ID Field: N/A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Extent: [1851/01/01 00:00:00 UTC, 2010/01/01 00:00:00 UTC]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Reference: N/A&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Interval: 8&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt; (esriTimeUnitsYears)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Export Options: &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Time: True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Data Cumulative: False&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Time Offset: 0&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a sample TimeWidget.xml included with the sample Flex Viewer - but how do I actually hook it up to my point layer? There's nothing in the XML file which shows which layer it should apply to.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible to see the full code used in the sample at &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=../samples/config-timeslider.xml"&gt;http://help.arcgis.com/en/webapps/flexviewer/live/index.html?config=../samples/config-timeslider.xml&lt;/A&gt;&lt;SPAN&gt; ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for any advice,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 06:03:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697098#M21279</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-08-10T06:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697099#M21280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The TimeSlider widget applies to all time-aware basemaps or operational layers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The main configuration file for the TimeSlider sample is at &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/samples/config-timeslider.xml"&gt;http://help.arcgis.com/en/webapps/flexviewer/samples/config-timeslider.xml&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;This example contains one time-aware service listed as an operational layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the actual TimeSlider widget config (start/end/interval etc), see&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapps/flexviewer/live/widgets/Time/TimeWidget_QuakesSince1970.xml"&gt;http://help.arcgis.com/en/webapps/flexviewer/live/widgets/Time/TimeWidget_QuakesSince1970.xml&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Aug 2010 06:16:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697099#M21280</guid>
      <dc:creator>BjornSvensson</dc:creator>
      <dc:date>2010-08-10T06:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697100#M21281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Bjorn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the info. I can now show a time slider widget to switch the features on at the correct time - cool!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is that they are not switching OFF at the correct time - my features have a Start and End time. In ArcMap, features are removed from the map when they are no longer active, but using the Flex Viewer with the Time Slider widget, they stay on the map at all times.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I experimented with the singlethumbastimeinstant option but either True or False returns the same result. Any clues?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 03:57:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697100#M21281</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-08-11T03:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697101#M21282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Have you tried setting this to 2?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;thumbcount&amp;gt;2&amp;lt;/thumbcount&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is this more what you're expecting?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 22:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697101#M21282</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-08-11T22:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697102#M21283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Have you tried setting this to 2?&lt;BR /&gt;&lt;BR /&gt;&amp;lt;thumbcount&amp;gt;2&amp;lt;/thumbcount&amp;gt;&lt;BR /&gt;&lt;BR /&gt;Is this more what you're expecting?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Dasa,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately this doesn't have any effect - the points are still displayed at all times, rather than switching off when expected. (I cleared the cache and refreshed the viewer after making the change).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Aug 2010 22:44:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697102#M21283</guid>
      <dc:creator>StephenLead</dc:creator>
      <dc:date>2010-08-11T22:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697103#M21284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From the concepts/Temporal Data page on the Flex resource center:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"If you want to visualize features for an instant in time, set the thumb count to one and specify that createTimeInstant equals true"&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is that what you are after?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Aug 2010 03:17:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697103#M21284</guid>
      <dc:creator>IngaPlayle</dc:creator>
      <dc:date>2010-08-18T03:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697104#M21285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I was curious if anyone ever resolved this issue?&amp;nbsp; I've done some experimenting with it and can replicate the exact same problem.&amp;nbsp; The examples on ESRI's site do not show this specific situation.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When TimeSlider &lt;/SPAN&gt;&lt;STRONG&gt;ThumbCount is set to 2&lt;/STRONG&gt;&lt;SPAN&gt; (filtering on date range) we want to be able to utilize a &lt;/SPAN&gt;&lt;STRONG&gt;FeatureLayer&lt;/STRONG&gt;&lt;SPAN&gt; that is time aware and has a &lt;/SPAN&gt;&lt;STRONG&gt;"Start Time Field"&lt;/STRONG&gt;&lt;SPAN&gt; AND an &lt;/SPAN&gt;&lt;STRONG&gt;"End Time Field"&lt;/STRONG&gt;&lt;SPAN&gt;.&amp;nbsp; When this is the setup we get a strange result that shows all features in this layer up to the end time range of the slider.&amp;nbsp; It's like the begin time range of the slider is not being utilized.&amp;nbsp; This is the only situation that shows a strange result, which makes me suspect there may be a bug.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In the ESRI examples the time aware layer that is used only has a &lt;/SPAN&gt;&lt;STRONG&gt;"Start Time Field"&lt;/STRONG&gt;&lt;SPAN&gt; set.&amp;nbsp; We decided to test incorporating the same time aware layer in different ways and everything worked as expected in the two tests below with ThumbCount set to 2.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;* Time Aware &lt;/SPAN&gt;&lt;STRONG&gt;Feature Layer&lt;/STRONG&gt;&lt;SPAN&gt; with &lt;/SPAN&gt;&lt;STRONG&gt;ONLY "Start Time Field"&lt;/STRONG&gt;&lt;SPAN&gt;. (Same as ESRI example)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;* Time Aware &lt;/SPAN&gt;&lt;STRONG&gt;ArcGISDynamicMapServiceLayer&lt;/STRONG&gt;&lt;SPAN&gt; with &lt;/SPAN&gt;&lt;STRONG&gt;BOTH "Start Time Field" and "End Time Field"&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We would really like to incorporate this layer as a FeatureLayer and not a ArcGISDynamicMapServiceLayer.&amp;nbsp; If anyone has any additional information it would be helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom Lynch&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Nov 2010 20:46:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697104#M21285</guid>
      <dc:creator>TomLynch1</dc:creator>
      <dc:date>2010-11-22T20:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697105#M21286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is a bug in the FeatureLayer. It will be fixed in the next release.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Nov 2010 16:13:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697105#M21286</guid>
      <dc:creator>DasaPaddock</dc:creator>
      <dc:date>2010-11-30T16:13:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697106#M21287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi All, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;plz can i use the time slider widget with polygon features&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any help plz&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 May 2013 14:55:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697106#M21287</guid>
      <dc:creator>sofialoulad</dc:creator>
      <dc:date>2013-05-22T14:55:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697107#M21288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sofie, &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Do you figure out? I am also trying to use time widget with polygon file and got no luck so far. Wonder if the time aware functions in FLEX API supports this since all samples are using point data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xiaowen&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 19:45:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697107#M21288</guid>
      <dc:creator>xiaowenyang</dc:creator>
      <dc:date>2014-04-15T19:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to use the Time slider widget</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697108#M21289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Guys,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; It must be something with your configuration or your map service. I was able to configure a polygon time enabled map service and it worked fine.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Apr 2014 20:25:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/how-to-use-the-time-slider-widget/m-p/697108#M21289</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2014-04-15T20:25:15Z</dc:date>
    </item>
  </channel>
</rss>

