<?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 TimeSlider and GeoRssLayer in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106830#M2684</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi i managed to hook up the TimeSlider and GeoRssLayer... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;however i have some issues...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) is there a way when i scrub the slider, the changes appears on the fly instead of appearing when i release the slider's thumb..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) how to make the play button appear on the TimeSlider control?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Aug 2010 03:52:21 GMT</pubDate>
    <dc:creator>linusang</dc:creator>
    <dc:date>2010-08-13T03:52:21Z</dc:date>
    <item>
      <title>TimeSlider and GeoRssLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106830#M2684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi i managed to hook up the TimeSlider and GeoRssLayer... &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;however i have some issues...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) is there a way when i scrub the slider, the changes appears on the fly instead of appearing when i release the slider's thumb..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2) how to make the play button appear on the TimeSlider control?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 03:52:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106830#M2684</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2010-08-13T03:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: TimeSlider and GeoRssLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106831#M2685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;1) is there a way when i scrub the slider, the changes appears on the fly instead of appearing when i release the slider's thumb..&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;I didn't find out any way to change the time extent value on the fly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;2) how to make the play button appear on the TimeSlider control?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;By default the play button appears on the TimeSlider control. You can remove this button or change it by editing the time slider template&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 12:59:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106831#M2685</guid>
      <dc:creator>DominiqueBroux</dc:creator>
      <dc:date>2010-08-13T12:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: TimeSlider and GeoRssLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106832#M2686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I didn't find out any way to change the time extent value on the fly.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;By default the play button appears on the TimeSlider control. You can remove this button or change it by editing the time slider template&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The play button doesn't show even if i set the visibility to visible in the template.. there must be some behavior which overrides this setting....&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 04:08:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106832#M2686</guid>
      <dc:creator>linusang</dc:creator>
      <dc:date>2010-08-16T04:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: TimeSlider and GeoRssLayer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106833#M2687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The Play button in the TimeSlider is visible when you have defined intervals for your TimeSlider.&amp;nbsp; You can look at these examples for reference (see code-behind).&lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TimeSliderFeatureLayer"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TimeSliderFeatureLayer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererSimple"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TemporalRendererSimple&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TimeImageService"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#TimeImageService&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 19:24:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/timeslider-and-georsslayer/m-p/106833#M2687</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2010-08-16T19:24:16Z</dc:date>
    </item>
  </channel>
</rss>

