poptanimukesh / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
0 stars 0 forks source link

TimePicker "Customizable Minutes" #366

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to add "Customizable Minutes" feature to the TimePicker 

To display the minute values from 00-45 with step 15 or step given by the user.

Example: if the step is 15, minute in list values are:  00, 30, 45.... If the 
step is 30, minute list values are: 00, 30.

Original issue reported on code.google.com by murali...@gmail.com on 20 Jul 2010 at 4:30

GoogleCodeExporter commented 8 years ago
I am experiencing some troubles using a custom minute spinner, with a step of 5 
minutes.
Sometimes, if I first click spinner down, event if maxStep and minStep are set 
to 30000ms (5mn), time picker decrements of 1mn. Then, everything is fine : 
10h50 -> 10h49 -> 10h44, ...
If i first click spinner up, nothing wrong happens.

Original comment by jeanbaptiste.roquefere on 11 Jan 2011 at 9:53