[android-developers] Re: Trackball Event

2009-02-05 Thread Ikon
Bump - Not sure how to ensure that my view has input focus. If it accepts touch events, doesn't that mean it IS in focus? It seems to not accept keyboard events either. Any input? Thanks, Ayan On Feb 2, 1:01 pm, Dianne Hackborn hack...@android.com wrote: Trackball events are dispatched to the

[android-developers] Re: Trackball Event

2009-02-02 Thread Dianne Hackborn
Trackball events are dispatched to the focused view, make sure your view has input focus. On Sun, Feb 1, 2009 at 4:38 PM, Ikon ayanafr...@gmail.com wrote: Hi, I have an activity which then set's a custom View class. Most of my app's functionality is coded into the View. I detect motion

[android-developers] Re: Trackball Event

2009-02-02 Thread Ikon
How would I ensure it has input focus? It is the only view in the app so far. On Feb 2, 1:01 pm, Dianne Hackborn hack...@android.com wrote: Trackball events are dispatched to the focused view, make sure your view has input focus. On Sun, Feb 1, 2009 at 4:38 PM, Ikon ayanafr...@gmail.com