Re: [android-developers] scrolling question

2011-10-02 Thread John Goche
On Thu, Sep 29, 2011 at 8:50 PM, midhun midhunvp midhu...@gmail.com wrote: In some android phones for scrolling sensor button will be provided.Then we can use focusable or selected in the code. By scrolling sensor do you mean like a touchpad on a laptop? What is the difference between focused

Re: [android-developers] scrolling question

2011-09-30 Thread midhun midhunvp
In some android phones for scrolling sensor button will be provided.Then we can use focusable or selected in the code.Also for list view the scrolling will be set automatically but for a number of buttons or something else we have to specify the scrolling in the XML. On Thu, Sep 29, 2011 at 11:20

[android-developers] scrolling question

2011-09-29 Thread John Goche
Hello, This may be a simple question, but I have not noticed any scrollwheel on android phones unlike on the blackberry. So when I scroll in the emulator with the mouse scrollwheel what does this action correspond to on a real phone? When I scroll the mouse on the emulator some fields don't go

[android-developers] scrolling question

2011-09-29 Thread lbendlin
I think the highlighting order is purely defined by the order of the objects in the layout XML or the order in which you add them through code. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

Re: [android-developers] scrolling question

2011-09-29 Thread Mark Murphy
There is also android:nextFocusDown and kin. On Thu, Sep 29, 2011 at 12:19 PM, lbendlin l...@bendlin.us wrote: I think the highlighting order is purely defined by the order of the objects in the layout XML or the order in which you add them through code. -- You received this message because

Re: [android-developers] scrolling question

2011-09-29 Thread John Goche
Thank you for your replies. I am still wondering though how the user of a mobile phone makes use of the focus feature we have been discussing. Does the user press the tab key on the soft keypad to get it to work? How does it work? Thanks, John Goche On Thu, Sep 29, 2011 at 6:23 PM, Mark Murphy

Re: [android-developers] scrolling question

2011-09-29 Thread Chris
On Thursday, September 29, 2011 1:34:10 PM UTC-4, John Goche wrote: Thank you for your replies. I am still wondering though how the user of a mobile phone makes use of the focus feature we have been discussing. Does the user press the tab key on the soft keypad to get it to work? How

Re: [android-developers] scrolling question

2011-09-29 Thread Mark Murphy
On Thu, Sep 29, 2011 at 1:34 PM, John Goche johngoch...@googlemail.com wrote: Thank you for your replies. I am still wondering though how the user of a mobile phone makes use of the focus feature we have been discussing. Does the user press the tab key on the soft keypad to get it to work?