[android-developers] Re: DatePicker: years before 2000

2009-12-17 Thread Seb
Hi, I've got users with the same problem with the same Samsung Moment Phone. The date can only be set from 2000 to 2090. If the user sets manually 1984, then when he'll go back in the DatePickerDialog, the date is 2098. After a little search, it appears that the DatePicker widget have 2

[android-developers] Re: DatePicker: years before 2000

2009-12-08 Thread Thomas
The user can still manually edit the box change the value. Yes but if he/she just enters a new value and taps on OK - is the new value passed to onDateSet() in the Hello, DatePicker demo? Regards Thomas On 7 Dez., 21:16, dan raaka danra...@gmail.com wrote: The user can still manually edit the

Re: [android-developers] Re: DatePicker: years before 2000

2009-12-08 Thread dan raaka
I think it did .. if i remember correctly .. -Dan On Tue, Dec 8, 2009 at 8:51 AM, Thomas kuenne...@googlemail.com wrote: The user can still manually edit the box change the value. Yes but if he/she just enters a new value and taps on OK - is the new value passed to onDateSet() in the

[android-developers] Re: DatePicker: years before 2000

2009-12-07 Thread Thomas
Hello. Thank you very much for verifying this. Still, I cannot see why Samsung would want to prevent someone from selecting years prior to 2000? I have not read of any limitations in the DatePicker / DatePickerDialog docs from Google. Why would anyone alter the behaviour of a gui component?

Re: [android-developers] Re: DatePicker: years before 2000

2009-12-07 Thread dan raaka
The user can still manually edit the box change the value. -Dan On Mon, Dec 7, 2009 at 12:03 PM, Thomas kuenne...@googlemail.com wrote: Hello. Thank you very much for verifying this. Still, I cannot see why Samsung would want to prevent someone from selecting years prior to 2000? I have

RE: [android-developers] Re: DatePicker: years before 2000

2009-12-07 Thread Ryan Beesley
What happens when you go the other way? 2098 - 2099 - ??? /Ryan -Original Message- From: Thomas [mailto:kuenne...@googlemail.com] Sent: Monday, December 07, 2009 12:03 PM To: Android Developers Subject: [android-developers] Re: DatePicker: years before 2000 Hello. Thank you very much