[android-developers] DatePicker

2013-02-27 Thread Arun Kumar K
Hi Guys, I want to show only year and month in datepicker how can i do that one -- *Thanks & Regards* *K.Arun Kumar* -- -- 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@googlegroups

Re: [android-developers] DatePicker update via EditText rather than Spinner

2012-11-07 Thread Kostya Vasilyev
Yes, this seems like an Android bug (can't say which versions are affected). I have the following in my DialogPreference subclass. Note the call to clearFocus. @Override protected void onDialogClosed(boolean positiveResult) { super.onDialogClosed(positiveResult); if (positiveResult) { mTimePick

[android-developers] DatePicker update via EditText rather than Spinner

2012-11-07 Thread Matthew Fleming
Hi, I'm returning to Android development after a fairly long hiatus, so please excuse the following question if the answer is obvious. I have a DatePicker in a fragment, which is being supported by the compatibility library (I'm trying to keep it compatible back to 2.1). The user can set the da

Re: [android-developers] Datepicker

2012-07-26 Thread TreKing
On Thu, Jul 26, 2012 at 10:30 PM, Jagadeesh wrote: > i have tried to future dates to disable > That's not really coherent English. > ,in my code using 2.3 ginger bird version in api 9 datepicker disable > future dates its not there. > What is a "ginger bird"? What is "disable future dates"?

Re: [android-developers] Datepicker

2012-07-26 Thread Jagadeesh
i have tried to future dates to disable ,in my code using 2.3 ginger bird version in api 9 datepicker disable future dates its not there. now i have tried useing 4.0 version , i have done searching i got this but i have tried to implementing this in my code not able to fix http://stackoverflow.com

Re: [android-developers] Datepicker

2012-07-26 Thread TreKing
On Thu, Jul 26, 2012 at 11:38 AM, Jagadeesh wrote: > Hi How to restrict the future dates in Datepicker dialog, Define "restrict future dates". - TreKing

[android-developers] Datepicker

2012-07-26 Thread Jagadeesh
Hi How to restrict the future dates in Datepicker dialog, is it possible in 2.3 version. -- 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@googlegroups.com To unsubscribe from this group

Re: [android-developers] datepicker in android

2012-03-29 Thread jagruti sangani
2 down vote accepted No. You cannot reduce the size of a view beyond their minimum size. Using wrap_content ensures that the DatePicker is just big enough to enclose its contents. On Thu, Mar 29, 2012 at 1:36 PM, Kirupa wrote: > Can we reduce the size of datapicker in android? > > -- > You r

[android-developers] datepicker in android

2012-03-29 Thread Kirupa
Can we reduce the size of datapicker in android? -- 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@googlegroups.com To unsubscribe from this group, send email to android-developers+unsub

Re: [android-developers] DatePicker in a fragment

2011-11-11 Thread Kostya Vasilyev
How about using a DatePicker view inside the dialog fragment? http://developer.android.com/reference/android/widget/DatePicker.html -- Kostya 11.11.2011 22:55, Kyle пишет: After reading various sources online, I know "showDialog" is deprecated and the recommendation is to use the DialogFragmen

[android-developers] DatePicker in a fragment

2011-11-11 Thread Kyle
I am attempting to use a datepicker dialog based on the example at http://developer.android.com/resources/tutorials/views/hello-datepicker.html. This is obviously for an activity, but I'm trying to implement the same functionality in a fragment. Using the code from the example won't work. By this

[android-developers] DatePicker Dialog alike

2011-08-21 Thread ndiiie 90
Hi guys, I wonder is there any dialog that is similar with date picker? But i only want to have 1 editText with plus and minus button like in date picker.. Is there any such dialog exist? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers"

Re: [android-developers] Datepicker problem

2010-12-07 Thread TreKing
On Sat, Dec 4, 2010 at 11:01 AM, Azhar Khan wrote: > any solution?? Write it. - TreKing - Chicago transit tracking app for Android-powered device

[android-developers] Datepicker problem

2010-12-06 Thread Azhar Khan
* * Hi - I'm writing my first app, and I have a question about datepicker. My app requires the user to input a date. The most user-friendly way would be to popup a calendar-like widget that displays the current month like a calendar grid - something like this: http://i.imgur.com/9srDh.png I wan

[android-developers] Datepicker Displaying Dotted Lines

2010-12-06 Thread THEDert
On our registration page, we have user input date of birth. The issue is when they click up or down on a date, weird dotted lines appear. Anyone heard of this or ran into this problem? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] DatePicker : size, font, etc...

2010-09-01 Thread Cyril
Hi there ! Is there any way to change a datePicker size (I mean scaling it), or at least just the font's size ? The fact is that the datePicker frame displayed in the UI designer in Eclipse, is not the same than the one showing in the emulator : button parts are same but fields are bigger, wich is

[android-developers] DatePicker - years prior to 2000

2010-03-24 Thread kanatacrude
This has problem has been mentioned before but for anyone that encounters a problem with the DatePicker refusing to select years earlier than 2000, the following snippet of layout solved my problem. Adding startYear and endYear fixed this problem for me. This is a very sporadic and rare issue a

[android-developers] DatePicker - resizes as you pick different dates?

2009-12-11 Thread Mark Wyszomierski
Hi, I'm using the DatePicker class, sample here: http://developer.android.com/guide/tutorials/views/hello-datepicker.html when you start selecting different dates from the picker, the dialog will resize itself as the label up top [with the selected date] updates itself - this is really distracti

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

2009-12-07 Thread dan raaka
yes that is correct. -Dan On Sun, Dec 6, 2009 at 1:05 AM, Thomas wrote: > My app (TKBirthdayreminder) is heavily relying on DatePicker and > DatePickerDialog. A few users have reported problems while entering > the birthday date, specifically years prior to 2000. I was told by one > user that o

[android-developers] DatePicker: years before 2000

2009-12-06 Thread Thomas
My app (TKBirthdayreminder) is heavily relying on DatePicker and DatePickerDialog. A few users have reported problems while entering the birthday date, specifically years prior to 2000. I was told by one user that on a Samsung Moment hitting the minus button below the year field will lead to 2002 -

[android-developers] DatePicker and calender in android ?

2009-10-05 Thread Mohsin Yasin
1. First of all i want to know that there is any control(View) in android for DatePicker just like traditional Calender look, remember i m not discussing android built in DatePicker control. 2. i used DialogDatePicker its working best, but when i use builtIn android DatePicker Control (view) witho

[android-developers] DatePicker and TimePicker CAN NOT be skined/themed !!

2009-09-08 Thread Armond Avanes
Hi Guys, Is it just me or Android theme-ing system does not allow to set a theme for DatePicker and TimePicker? Searching "themes.xml" and "styles.xml" in Android source code (v1.5), I couldn't find anything related to these two components! Aren't they really skinable? Cheersss, Armond --~--~

[android-developers] DatePicker throw java.lang.StackOverflowError when embbeded with TableRow

2009-09-01 Thread FBear
A strange error: when DatePicker is used as child item of , it throws out StackOverflowError and then the application crashes. It would work fine if it is defined outside of . Do not know why ... Is it related to my UTF-8 strings defined in strings.xml? Do anyone know what's going on on eart

[android-developers] Datepicker / Timepicker Widgets

2009-08-12 Thread alkar
Are the widgets used in Datepicker standarized? Meaning, can I employ them in my layout, or do I have to build them on my own? Are there standard versions of them or even, can they be "created" through settings or would I have to build them from scratch using EditText and buttons? I hope I'm clea

[android-developers] DatePicker error

2009-05-25 Thread drenda
Hi, I've a problem with DatePicker. This is my situation: -I've a linearlayout -a datepicker -a button When I click the button I print the date with a Toast: public void onClick(View v) { Toast.makeText(getApplicationContext(), ""+date.getDayOfMonth() +"

[android-developers] DatePicker to looks like regular Calendar

2009-03-17 Thread marwooj
Hi, Is there a simple way to make DatePicker looks like that one from http://www.droiddraw.org/widgetguide.html regards --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou

[android-developers] DatePicker -- 2/30; 4/31 is quitely treated as a valid input

2009-01-30 Thread Developer
Why can't Datepicker dialog automatically figure out that there are no 30 and 31 in Feb? Should not this be considered as a bug in DatePicker class? The DatePicker dialog's 'set' button can be pushed without telling user 'this is an invalid date' -- instead, it quietly convert 4/31 to 5/1; 2/30 t

[android-developers] DatePicker and TimePicker widgets

2008-12-28 Thread Sarath Kamisetty
Hi, I want to display DatePicker and TimePicker widgets side by side on the screen but when I use LinearLayout like below, half of the TimePicker is not showing up. Both DatePicker and TimePicker widgets seem to be too large and taking up lot of screen space. I tried restricting their width and h

[android-developers] DatePicker widget element

2008-11-03 Thread Gil
I need a widget that allows the user to increment/decrement an integer value, identical to the ones used by the DatePicker. Is one element (change day/month/year) of the DatePicker available as a widget that I can use in my application? --~--~-~--~~~---~--~~ You rec

[android-developers] DatePicker Refresh initialized date problem

2008-04-03 Thread kdavis95139
I have created an activity page where I programmatically display two different dates (at different times) using a single XML define DataPicker Calendar. My problem is, when I init() the date on the DatePicker Calendar the second time, the calendar reflects the correct date but does not redraw the