LWUIT 文本区域问题
有没有办法在 textArea
中写入而不进入 LCDUI 窗口? 我想在 LWUIT 应用程序中编辑我的 textArea
但每次我尝试执行此操作时,应用程序都会将我发送到 LCDUI 窗口。
Is there any way to write in a textArea
without going to a LCDUI window?
I want to edit my textArea
in my LWUIT app but everytime I try to do this, the app send me to a LCDUI window.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要禁用 LWUIT 编辑控件触发器,您可以使用以下代码。
需要在LWUIT TextArea源代码中实现以下代码
To disable the LWUIT edit control trigger you can use the following code.
You need to implement the following code in the LWUIT TextArea source code