如何禁用 lwuit vkb?
新的 svn 源代码中包含禁用 vkb 的功能...
但默认情况下 vkb 出现在 midlet 中...
如何在 midlet 中禁用它...
在旧文档中给出了
要使用 LWUIT 虚拟键盘,应用程序必须调用:
VKBImplementationFactory.init();
在致电之前:
Display.init(this);
但在最新版本中 VKBImplementationFactory 已被弃用。
旧文档仅提供启用...没有有关禁用的详细信息。
The ability for disabling vkb is included in the new svn source code...
But by default vkb comes in midlet...
How to disable it in midlet...
In the old documentation it was given
To use the LWUIT Virtual keyboard an application must call:
VKBImplementationFactory.init();
before calling to:
Display.init(this);
but in the latest version VKBImplementationFactory is deprecated .
And old documentation it was given to enable only...there was no details about disabling.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 Display.setDefaultVirtualKeyboard(null);
Use
Display.setDefaultVirtualKeyboard(null);
这将导致 VKB 被禁用,但问题出在触摸设备上,然后您没有任何键盘/
This will cause that VKB disabled but the problem is on touch devices which then you do not have any keyboard/