amoikevin / android-dateslider

Automatically exported from code.google.com/p/android-dateslider
0 stars 0 forks source link

Need a method to set the sliders for use in OnPrepareDialog() #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Sliders are only settable when created. There is no way to set them
to a specified value at the next invocation (using OnPrepareDialog).

Please implement a method for doing this.

Original issue reported on code.google.com by tvoverb...@gmail.com on 26 Feb 2011 at 1:39

GoogleCodeExporter commented 9 years ago
The DateSlider class now has a method called `updateCalendar` which allows to 
update the internal time representation

Original comment by daniel.b...@gmail.com on 5 Mar 2011 at 6:20