Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread sindhu
Ho okay.. Its an bug then !!! thank you... Will try to use timePicker dialog control or else will follow your suggestion thank you.. On Tuesday, September 25, 2012 10:44:58 PM UTC+5:30, UgglyNoodle wrote: > > Oops sorry, the onTimeSet listener is only for the TimePickerDialog. If > you are using

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread UgglyNoodle
Oops sorry, the onTimeSet listener is only for the TimePickerDialog. If you are using just the TimePicker, you may have to follow my second suggestion above. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send emai

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread UgglyNoodle
I think that the issue here is that there is a bug in the TimePicker for some versions of Android: While onTimeSet works correctly, I believe, onTimeChanged does not get tr

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Hi sindhu, My code convert the 24 hours to 12 hours format could you get a chance to check it. On Tue, Sep 25, 2012 at 8:58 PM, skink wrote: > > > sindhu wrote: > > want to download a file from net so wat m doing is- asking user to set > the > > start time and end time for downloadin. For this

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread sindhu
Please check out the above senario if you can.. according to android docs am/pm is a button to get the value we need to use the listener . Your code is working independently not considering the am pm values after changes to it that means its not at all taking particular button value... check out

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread sindhu
no am not closing.. On Tuesday, September 25, 2012 6:34:44 PM UTC+5:30, Vinay Kumar wrote: > > are closing your app after Step 1. > > > On Tue, Sep 25, 2012 at 6:32 PM, vinay kumar > > wrote: > >> Yes I Used. >> >> >> On Tue, Sep 25, 2012 at 6:27 PM, sindhu >> > wrote: >> >>> Vinay have you eve

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
are closing your app after Step 1. On Tue, Sep 25, 2012 at 6:32 PM, vinay kumar wrote: > Yes I Used. > > > On Tue, Sep 25, 2012 at 6:27 PM, sindhu wrote: > >> Vinay have you ever used Picker control in honencomb? >> >> >> On Tuesday, September 25, 2012 3:00:51 PM UTC+5:30, Vinay Kumar wrote: >

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Yes I Used. On Tue, Sep 25, 2012 at 6:27 PM, sindhu wrote: > Vinay have you ever used Picker control in honencomb? > > > On Tuesday, September 25, 2012 3:00:51 PM UTC+5:30, Vinay Kumar wrote: > >> Hi sindhu, >> >> have you check with the above code sent by me. Is that also not working? >> >> >>

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread sindhu
Vinay have you ever used Picker control in honencomb? On Tuesday, September 25, 2012 3:00:51 PM UTC+5:30, Vinay Kumar wrote: > > Hi sindhu, > > have you check with the above code sent by me. Is that also not working? > > > On Tue, Sep 25, 2012 at 2:54 PM, skink >wrote: > >> >> >> sindhu wrote:

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread sindhu
hi vinay.. Yeah its working but not getting exact result. becoz we need to change the am/ pm value before changing the hour and minute values otherwise i will get previous value. here the scenario how its happening 1. First i change the hour and minute value by default am/pm value is previous o

Re: [android-developers] Re: Timepicker AM/PM value issue

2012-09-25 Thread vinay kumar
Hi sindhu, have you check with the above code sent by me. Is that also not working? On Tue, Sep 25, 2012 at 2:54 PM, skink wrote: > > > sindhu wrote: > > In time picker control ther is one button choose AM or PM values how to > get > > that value? when user clicks on it? > > > > what on earth