so Mark gets a free gPhone from you? On Tue, Jul 22, 2008 at 2:47 PM, kingkung <[EMAIL PROTECTED]> wrote:
> > Okay, I'll do what I can, thanks! > > On Jul 22, 10:50 am, "Mark Murphy" <[EMAIL PROTECTED]> wrote: > > > I misspoke, I'm not using a listview to display the gallery, i'm using > > > a LinearLayout. > > > > That's less painful-sounding... ;-) > > > > That being said, I'm not completely sure what the answer is. On a > desktop, > > this would be called "tab order", and you'd go through some gyrations to > > determine the tab sequence of the widgets. > > > > It's not obvious how "tab order" works when the switch-widget action > > (arrow key/D-pad) has use in the widget itself. > > > > If we have to do this by hand, the answer probably is for you to trap the > > actions that you want turned into focus changes, call focusSearch() to > > find the right widget to give focus to, and call requestFocus() on it to > > give it the focus. > > > > -- > > Mark Murphy (a Commons Guy)http://commonsware.com > > _The Busy Coder's Guide to Android Development_ -- Available Now! > > > --~--~---------~--~----~------------~-------~--~----~ 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] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

