使用列表字段和按钮创建屏幕时出现问题
我需要创建一个带有列表字段和屏幕底部的三个按钮的屏幕。我尝试制作一个状态栏并放入三个按钮。屏幕显示正确,但我只能在遍历列表字段中的所有项目时单击该按钮。请给我一些帮助!
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能需要扩展 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.