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

