Posts:
186
Registered:
3/11/10
|
|
|
|
5-WAY UP and DOWN key events not being dispatched- You can use alt or shift
Posted:
Jul 16, 2010 11:23 AM
|
|
|
There is a known issue with the simulator such that, if you create a key event dispatcher, but the component which has focus has focusKeysEnabled equal to true (which it is by default), then the 5-way up and 5-way down keys may not get dispatched. However, if you hold down Shift of Alt while pushing up or down, the key events will get dispatched. To work around this, call setFocusKeysEnabled(false) on your component. Thereafter, all 5-way key events will be dispatched. This may be fixed in a future release however Amazon can not comment on the time line of such a fix. You would have to continue to use the work around till then. We apologize for the inconvenience meanwhile.
|
|