07-22-2008 01:49 AM
Can you anyone please explain me the events like TrackBall Navigation and Track ball click? How to handle that event?
Please explain with code example.
Thanks in Advance.
07-22-2008 03:00 AM
If you want to click the trackball programmically then you can use this code:
EventInjector.invokeEvent(new EventInjector.TrackwheelEvent(EventInjector.Trackw
heelEvent.THUMB_CLICK , 0,TrackwheelListener.STATUS_NOT_FROM_KEYPAD)); EventInjector.invokeEvent(new EventInjector.TrackwheelEvent(EventInjector.Trackw
heelEvent.THUMB_UNCLICK , 0,TrackwheelListener.STATUS_NOT_FROM_KEYPAD));
07-22-2008 03:05 AM
07-22-2008 03:07 AM
07-22-2008 03:20 AM
07-22-2008 03:44 AM
That is what you are looking for:
http://www.blackberry.com/developers/docs/4.5.0api
07-22-2008 09:58 AM
Check out this thread which I believe will be closer to what you are looking for.
http://supportforums.blackberry.com/rim/board/mess