鞋子中的标签运动
我有一个问题:(
stack {
flow {
para "Enter text:"
edit_line
}
edit_box
}
简化版)。 当用户位于 edit_line 并按下 选项卡,我希望它移动到 edit_box 控件(目前,它只是 失去焦点)。
Thanks,
Juraj.
I have a problem I have a:
stack {
flow {
para "Enter text:"
edit_line
}
edit_box
}
(simplified version). When user is on edit_line and presses
tab, I want it to move to edit_box control (currently, it just
loses focus).
Thanks,
Juraj.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
目前,这仅适用于 Linux(也许还有 Windows)。
这是本地小部件在其他平台上呈现方式的问题。 也许可以修复!
Currently, this only works on linux (and maybe windows)
It is a problem with the way the native widgets are rendered on other platforms. Maybe it can be fixed!
我尝试了上面列出的示例,并且正在经历您所描述的预期行为。
您在什么平台上运行您的应用程序?
干杯,
库纳尔
I had a go @ the example listed above and am experiencing the expected behaviour you describe.
What platform are you running your app on?
Cheers,
Kunal