黑莓 - 查看是否显示拼写检查建议对话框
您知道如何确定是否显示拼写检查建议对话框吗?
我尝试简单测试
getScreen().isFocuse()
如果从输入字段上下文菜单调用拼写检查,则效果很好并返回 false。
但是,如果在键入后长按轨迹球来调用拼写检查,则此代码仍返回 true。
你能帮助我吗?
谢谢你!
Have you any idea how to find out if spell check suggestions dialog is showed?
I have tried to simple test
getScreen().isFocuse()
If spell check is called from input field context menu, this works well and returns false.
However if spell check is called by long press of trackball after typing, this code still returns true.
Can you help me?
Thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来没有办法控制内联拼写检查(除了完全禁用它)。
作为解决方法,您可以从代码开始拼写检查(例如,在关闭屏幕之前):
瞧!
PS
拼写检查?!!拼写检查!
Looks like there is no way of controlling in-line spell checking (besides disabling it at all).
As a workaround, you can start spell checking from code (e.g. before closing a screen):
Voilà!
PS
Spell checking?!! Spell checking!