ListModel 已更改的 LWUIT 列表

发布于 2024-12-26 10:14:25 字数 267 浏览 1 评论 0原文

我在 LWUIT 中有一个 List 。我的问题是这样的。当我在 List 的一个元素中按 FIRE 键时,所选项目会更改属性,因此 List 的模型会发生变化,并且当我尝试继续向下时List失去焦点。

我尝试重新加载新模型,重新绘制 Form,重新绘制 List,但似乎没有任何效果。当我改变模型时我总是失去焦点。

我能做些什么?

I have a List in LWUIT. My problem is this. When I press FIRE key in one of the elements of the List,the selected item changes an attribute so the model of the Listchange, and when I try to continue going down the Listlose the focus.

I try to reload the new model, to repaint the Form, to repaint the List, but nothing seems to work. I always lose focus when I change the model.

What can I do?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

朱染 2025-01-02 10:14:25

在事件代码中使用 myList.setHandlesInput(true);

Use myList.setHandlesInput(true); in your event code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文