09-09-2008 12:52 AM
Hi,
i am developing a Midlet application and using a javax.microedition.lcdui.Canvas class. All the key events are coming in my overrided function of Keypressed() but i didn't get any button pressed event when i pressed the back button or the options button on the blackberry device.
Is their is any method through which i can get these keyevents?
Regards,
Zeeshan Akhtar
09-09-2008 11:08 AM
The behaviour you are seeing is by design. These buttons can be captured in a BlackBerry CLDC application, but not within a MIDlet.