java - how to disable lwuit vkb? -



java - how to disable lwuit vkb? -

the ability disabling vkb included in new svn source code... default vkb comes in midlet... how disable in midlet... in old documentation given

to utilize lwuit virtual keyboard application must call: vkbimplementationfactory.init(); before calling to: display.init(this);

but in latest version vkbimplementationfactory deprecated . , old documentation given enable only...there no details disabling.

use display.setdefaultvirtualkeyboard(null);

java java-me lwuit midlet virtual-keyboard

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -