Friday, June 18, 2010

Blacberry - Storm - Hide menu "Show Keyboard"

Well its pretty much easy to get rid off if you don't want it to be shown in your screen.
If you are running inside the MainScreen. put this code and menu will be invisible :-)

this.getScreen().getVirtualKeyboard()
.setVisibility(VirtualKeyboard.HIDE_FORCE);

No comments:

Post a Comment