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

2012-09-26 Thread sindhu
Hi all, Thanks for your quick replies.. TimePickerListener issue is there in honeycomb . But I got the result.. Finally i used TimePickerDialog Fragment.. This what i have done public void onTimeSet(TimePicker view, int hourOfDay, int minute) { // Do something with the time chosen by the user

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

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

2012-09-25 Thread skink
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 requirement i need time > picker control. I got the hour and minute value on user input but m not > getting weder it is am or pm value. am getting 24hr fo

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

2012-09-25 Thread sindhu
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 requirement i need time picker control. I got the hour and minute value on user input but m not getting weder it is am or pm value. am getting 24hr format and i want to d

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

2012-09-25 Thread skink
sindhu wrote: > please look at the above post . I had replied to vinay.. well, i don't understand your requirements, am/pm button is private to TimePicker and you don't have any access to that internal implementation pskink -- You received this message because you are subscribed to the Google

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

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

2012-09-25 Thread sindhu
please look at the above post . I had replied to vinay.. On Tuesday, September 25, 2012 6:48:31 PM UTC+5:30, skink wrote: > > > > sindhu wrote: > > Existing listener itself not working yarr.. That is problem m facing.. > > Becoz of it m not getting the values. > > > > > ok, tell me what exact

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

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

2012-09-25 Thread skink
sindhu wrote: > Existing listener itself not working yarr.. That is problem m facing.. > Becoz of it m not getting the values. > ok, tell me what exactly you want to do? pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to

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:

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

2012-09-25 Thread sindhu
Existing listener itself not working yarr.. That is problem m facing.. Becoz of it m not getting the values. On Tuesday, September 25, 2012 2:56:15 PM UTC+5:30, skink wrote: > > > > sindhu wrote: > > In time picker control ther is one button choose AM or PM values how to > get > > that value?

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

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

2012-09-25 Thread skink
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 do you need it for? why the existing listener is not sufficient? pskink -- You received this message because you are subscribed to the Google Group

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

2012-09-25 Thread sindhu
In time picker control ther is one button choose AM or PM values how to get that value? when user clicks on it? On Tuesday, September 25, 2012 2:19:37 PM UTC+5:30, skink wrote: > > > > sindhu wrote: > > Hi, how to get time picker am/pm values in android 3.0? > > what do you mean by "time picker

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

2012-09-25 Thread skink
sindhu wrote: > Hi, how to get time picker am/pm values in android 3.0? what do you mean by "time picker am/pm values"? pskink -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googl