在 LWUIT 浏览器中表示表

发布于 2024-11-09 04:15:29 字数 153 浏览 0 评论 0原文

我试图在 HTMLComponent 中创建一个水平滚动的表格,因为表格可能比手机的宽度更宽,而且我不希望用户拥有一个包装的表格。我为 HTMLTable 设置了 setScrollableX(true) ,但是在将焦点移入和移出不同的组件时遇到很多问题。关于我如何实现这一目标有什么建议吗?

I am trying to have a horizontally scrolling table within a HTMLComponent as the tables can be wider than the width of the mobile phone and I don't want the user to have a wrapped table. I set setScrollableX(true) for HTMLTable, but I am having a lot of problems getting focus in and out of the different components. Any tips on how I would go about achieving this?

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

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

发布评论

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

评论(1

居里长安 2024-11-16 04:15:29

LWUIT 中的焦点是一个混合问题,HTML 组件继承了很多问题。 LWUIT 的 SVN 中提供了浏览器演示 ( http://java.net/projects/lwuit/sources /svn/show )具有允许在浏览器窗口中显示“鼠标指针”的功能,这样您就可以避免焦点并仅指向单元格。
我不确定它是否经过侧面滚动测试,但这可能是使此 UI 更可用的最简单方法。

Focus in LWUIT is a mixed bag of issues and the HTML component inherits quite allot of them. The Browser demo available in LWUIT's SVN ( http://java.net/projects/lwuit/sources/svn/show ) has a feature that allows showing a "mouse pointer" within the browser window so you can avoid focus and just point at a cell.
I'm not sure if it was tested with side scrolling but its possibly the easiest approach to make this UI more usable.

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