11-22-2010 12:30 PM
1 - Do you know how to display virtual keyboard programmatically in BlackBerry Torch, whether the physical keyboard is disclosed or not?
2- How to detect whether BlackBerry Torch physical keyboard is disclosed or not?
Thanks
Solved! Go to Solution.
11-26-2010 04:20 PM
The VirtualKeyboard class can be used to control the display of the virtual keyboard. The Sensor class can be used to poll the status of the sliding keyboard. The SensorListener interface can be used to get notifications when the keyboard is slide in or out.