07-16-2008 11:05 AM
Solved! Go to Solution.
07-16-2008 11:15 AM
You are not able to do this using x and y coordinates. You can inject trackball movement, clicks and key presses by using the EventInjector API.
07-17-2008 10:57 AM
07-17-2008 10:58 AM - edited 07-17-2008 10:59 AM
07-21-2008 09:39 AM
Hi,
Thanks for solutions. I have done like this,
EventInjector.invokeEvent(new EventInjector.NavigationEvent(EventInjector.Naviga
This works fine...But this code moves 3 postions(Icons) up side...
What i need is , i am showing BB screen on web page of size 240x320(e.g).....when i click on the web page screen it returns the x,y co-ordinates(e.g x=10,y=30) . Now how to transalte the co-ordinates to device like (10,30) position....
Thanks
07-21-2008 09:44 AM
Unfortunately, it is not possible to inject or set the cursor for the browser in this fashion.