滑动浏览 Blackberry Playbook 上的内容

发布于 2024-11-02 10:38:44 字数 606 浏览 1 评论 0原文

我正在 Adob​​e Flex/AIR 中创建 Playbook 应用程序。

我遇到的情况是,内容太多,无法在一页上全部显示,因此我希望内容垂直溢出,用户可以滑动向下滚动,就像他们在 Ipad 上查看网站一样。

我正在扩展视图类来制作我的屏幕,我可以将每个屏幕放置在一个元素中 列出或将其全部包含在 中Scroller 但肯定有一种内置的方法可以在 Playbook 上执行此操作吗?

由于黑莓文档有限,我正在努力寻找解决方案,有什么想法吗?

谢谢

I am creating a Playbook app in Adobe Flex/AIR.

I have a situation where there is too much content to show all on one page so I would like it where the content overflows vertically, the user can swipe to scroll down, like they were viewing a website on an Ipad.

I am extending the View class to make my screens, I could place every screen in a one element List or surround it all in a Scroller but surely there must be an inbuilt way to do this on the Playbook?

With the limited Blackberry documentation, I'm struggling to find the solution, any ideas?

Thanks

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

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

发布评论

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

评论(1

泪眸﹌ 2024-11-09 10:38:44

我正在自己开发自己的 Blackberry Playbook 应用程序。以下是一些建议:

  1. 查看可用的列表视图选项。您可能有兴趣使用 TileList
  2. Review 监听滑动事件更新列表的位置(无论是 TileList 还是 SectionList)。
  3. 查看 Blackberry 平板电脑文档。没有那么有限!

I'm developing my own Blackberry Playbook app myself. Here's some advice:

  1. Take a look at the List View options available. You might be interested in using a TileList
  2. Review listening for Swipe Events to update the position of your List (be it TileList or SectionList).
  3. Check out the Blackberry Tablet documentation. It's not that limited!
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文