Unwanted virtual keyboard in Blackberry app
Posted
by matkas
on Stack Overflow
See other posts from Stack Overflow
or by matkas
Published on 2010-04-20T15:03:04Z
Indexed on
2010/04/20
15:03 UTC
Read the original article
Hit count: 280
virtual-keyboard
|blackberry
I have developed a Blackberry app for the 4.5 os series. It works fine on all device except on the storm 1 (storm2 untested).
The problem (on the storm) is that the main screen of my application (and all other screens in fact) is shown with the virtual keybord. But there is no text field displayed on the screen that would justify the VK to show up. I have bitmap fields and button fields only on that screen. The use of a single program for all devices (4.5 and up) is seriously preferred.
What is causing the VK to show up and what can I do to prevent it (in JDE 4.5)?
© Stack Overflow or respective owner