09-17-2007, 10:55 PM
|
#1 (permalink)
|
| Thumbs Must Hurt
Join Date: Sep 2007 Model: 8100 PIN: N/A Carrier: T-Mobile
Posts: 90
Post Thanks: 0 Thanked 0 Times in 0 Posts
| Event Injection Broken in 4.2.1.89 Simulator and devices? Please Login to Remove! Can anyone else confirm this?
I have the following code:
EventInjector.TrackwheelEvent navUp = new EventInjector.TrackwheelEvent(
EventInjector.TrackwheelEvent.THUMB_ROLL_UP, 10,
KeypadListener.STATUS_NOT_FROM_KEYPAD);
navUp.post();
This seems to work in the 4.1 and 4.2 simulators, but not in the latest 4.2.1 JDE simulators.
I get this message in the system logs
UIE: Focus - target lost, prev=net.rim.device.apps.internal.profiles.Profile sPopupScreen@f40ef82b
I do not get this message on any other device or simulator. |
| Offline
| |