Hi, Can you please tell me why Activity dispatchKeyEvent(KeyEvent event) method always return false? I press UP/DOWN key (on keyboard), and I see the focus of each button moves from one to another. So I think the Activity has handled the UP/DOWN key. My question is why dispatchKeyEvent() always return false?
Another question is how another class (which only have a reference to Activity) tells if the Activity handles the UP/DOWN key for focus navigation? (e.g. return true, if the Activity moves focus from 1 button to another, return false when the Activity reaches the end of the button list) Thank you. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

