One way to test this is to build the Hello, DatePicker example and see
if it exhibits this behavior.   On the emulator you can type in year
or day.  On my phone, no.  Just click on the year or day and it is not
focusable.

http://developer.android.com/guide/tutorials/views/hello-datepicker.html


On Dec 21, 12:04 pm, jtoolsdev <[email protected]> wrote:
> TimePicker and DatePicker use NumberPicker which is an internal
> widget.  On the emulator the EditText on the widget is focusable and
> you can type into it.  On my phone, and HTC Eris, you cannot.  Does
> this have something to do with the "attributes" (which I don't
> entirely understand) and HTC maybe setting them differently?  These
> are my own test routines and I also downloaded the NumberPicker and
> DatePicker source to build my own versions as well as some additional
> widgets so I can use them in my program.  Those do allow the EditText
> to be focusable.  For consistency it so far looks like I'll have to
> rebuild the TimePicker too.  I don't set any "attrs" in my versions.
>
> - Brian

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to