Hi,I saw in all examples I could find that the folowing is used when the timeslider widget is closed: protected function widgetClosedHandler(event:Event):void { timeSlider.pause(); map.timeSlider = null; map.timeExtent = null; }However, when the widget is reopened afterwards, the timeslider is not reset to the startdate (as paused).I am trying to find a way that, when the widget is closed, and then reopened, the timeslider is reset to the startdate automatically.Any tips? (In the API Reference I could not find any attribute which to set - I do not want to 'replay' automatically but just put the slider on the startdate when the widget opens every time)Thanks in advance,Kindly,Leen