使用列表字段和按钮创建屏幕时出现问题

发布于 2024-12-23 05:09:46 字数 91 浏览 0 评论 0原文

我需要创建一个带有列表字段和屏幕底部的三个按钮的屏幕。我尝试制作一个状态栏并放入三个按钮。屏幕显示正确,但我只能在遍历列表字段中的所有项目时单击该按钮。请给我一些帮助!

I need to create a screen with a Listfield and three buttons at the bottom of the screen. I tried to make a status bar and put three buttons into. The screen is displayed correctly but I just only be able to click on that buttons when traversing all items in Listfield. Please give me some helps!

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

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

发布评论

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

评论(1

挽容 2024-12-30 05:09:46

您可能需要扩展 ListField,拦截您想要导致从列表遍历到状态栏的手势(在到达列表末尾之前)并以编程方式更改焦点。

You will probably need to extend the ListField, intercept the gesture you want to cause a traversal from the list to the status bar (before reaching then end of the list) and change focus programatically.

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