Hiya All,
I have a question which I hope someone will be able to help with....
I am developing an application for which I am performing some testing. The problem is that in order to perform this testing I must simulate key presses.
I have extended the Canvas class in my application and tried to call the KeyPressed(int) method. but this doesn't work. Also, I've tried using the Robot Class in AWT but I don't think that can be used on an emulator/actual device.
An ideas?
Thanks in advance,
Milan.

Reply With Quote

