<?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: Time widget stops working when non-time enabled layers are added? in ArcGIS API for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-widget-stops-working-when-non-time-enabled/m-p/712842#M15825</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Turns out I had a typo in this tag in the TimeWidget.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;timeextent setfromlayer="layer label"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The text for "layer label" did not match the operational layer containing the time-enabled data.&amp;nbsp; Problem sovled.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Aug 2011 17:18:45 GMT</pubDate>
    <dc:creator>CurtWalker</dc:creator>
    <dc:date>2011-08-09T17:18:45Z</dc:date>
    <item>
      <title>Time widget stops working when non-time enabled layers are added?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-widget-stops-working-when-non-time-enabled/m-p/712841#M15824</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I recently created a simple Flex Viewer app based on a service with three time-aware layers.&amp;nbsp; The time animation worked perfectly when I tested the Flex Viewer in a browser.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;But I need to show some points data on top of the time-aware layers.&amp;nbsp; These point layers are not time-aware and do not participate in the animation.&amp;nbsp; When I test this in ArcMap it works perfectly.&amp;nbsp; The points stay put while the time-aware layers beneath them change during the animation.&amp;nbsp; But when I update the service and reload the Flex Viewer app I no longer see the time-aware layers and the Time Widget is unresponsive.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What am I doing wrong?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 13:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-widget-stops-working-when-non-time-enabled/m-p/712841#M15824</guid>
      <dc:creator>CurtWalker</dc:creator>
      <dc:date>2011-08-09T13:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: Time widget stops working when non-time enabled layers are added?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-widget-stops-working-when-non-time-enabled/m-p/712842#M15825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Turns out I had a typo in this tag in the TimeWidget.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;&amp;lt;timeextent setfromlayer="layer label"/&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The text for "layer label" did not match the operational layer containing the time-enabled data.&amp;nbsp; Problem sovled.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:18:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-widget-stops-working-when-non-time-enabled/m-p/712842#M15825</guid>
      <dc:creator>CurtWalker</dc:creator>
      <dc:date>2011-08-09T17:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: Time widget stops working when non-time enabled layers are added?</title>
      <link>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-widget-stops-working-when-non-time-enabled/m-p/712843#M15826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi! Maybe you can help me with my problem, which I posted here: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/38830-quot-Slideshow-quot-for-Layers" rel="nofollow noopener noreferrer" target="_blank"&gt;http://forums.arcgis.com/threads/38830-quot-Slideshow-quot-for-Layers&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I want to use the time slider widget (or any other widget which does the same) but without time enabled date, just with my layers. So you mentioned the "setfromlayer" routine but I do'nt know exactly how to use it and I don't find example code. I have something like this, but it doesn't work:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;?xml version="1.0" ?&amp;gt;
&amp;lt;configuration&amp;gt;

&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;dateformat&amp;gt;YYYY&amp;lt;/dateformat&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;loop&amp;gt;false&amp;lt;/loop&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;singlethumbastimeinstant&amp;gt;false&amp;lt;/singlethumbastimeinstant&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;thumbcount&amp;gt;1&amp;lt;/thumbcount&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;thumbmovingrate&amp;gt;1000&amp;lt;/thumbmovingrate&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;!--&amp;lt;timeextent&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;starttime&amp;gt;2000/01/01 00:00:00 UTC&amp;lt;/starttime&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;endtime&amp;gt;2009/12/31 00:00:00 UTC&amp;lt;/endtime&amp;gt;
 &amp;lt;/timeextent&amp;gt; --&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeextent setfromlayer="Watershed_2001"/&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timeextent setfromlayer="Watershed_2002"/&amp;gt;
 &amp;lt;timeextent setfromlayer="Watershed_2003"/&amp;gt;
 &amp;lt;timeextent setfromlayer="Watershed_2004"/&amp;gt;
 &amp;lt;timeextent setfromlayer="Watershed_2005"/&amp;gt;
 &amp;lt;timeextent setfromlayer="Watershed_2006"/&amp;gt;
 &amp;lt;timeextent setfromlayer="Watershed_2007"/&amp;gt;
 &amp;lt;timeextent setfromlayer="Watershed_2008"/&amp;gt;
 &amp;lt;timeextent setfromlayer="Watershed_2009"/&amp;gt;
 &amp;lt;timeextent setfromlayer="Watershed_mw"/&amp;gt;
 &amp;lt;timestops&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timestopsinterval&amp;gt;1&amp;lt;/timestopsinterval&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;timestopsunits&amp;gt;year&amp;lt;/timestopsunits&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/timestops&amp;gt;

&amp;lt;/configuration&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;the Watershed_xx layers are my layers which I want to slide, these layers are not time enabled and don't have a time field. all the layers have 27 attributes but i only want to slide the whole layer, not the attributes. is this possible? where is my mistake? thanks for your help!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;greetings!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 06:32:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-flex-questions/time-widget-stops-working-when-non-time-enabled/m-p/712843#M15826</guid>
      <dc:creator>AndreasFank</dc:creator>
      <dc:date>2021-12-12T06:32:06Z</dc:date>
    </item>
  </channel>
</rss>

