黑莓 5.0 API 管理器/UI 布局

发布于 2024-11-16 01:48:43 字数 299 浏览 4 评论 0原文

我正在尝试为我的简单黑莓应用程序设计一个结构。我想要一个静态标题和 3 个容器,一旦用户在前一个容器中做出选择,它们就会滑入视图。这是它的示意图:

app layout

红色框是可见屏幕。标头将是一个管理器,每个内容容器也是如此。如果这 3 个容器更容易移动,则它们可以位于管理器内部。

我的问题是 Manager 类没有任何与其自身位置相关的方法。我对如何创建这个布局有点困惑。有人能指出我正确的方向吗?

提前致谢!

I'm trying to come up with a structure for my simple blackberry app. I want to have a static header and 3 containers that will slide into view once the user makes a selection in the previous one. Here is a diagram of it:

app layout

The red box is the visible screen. The header will be a manager as will each of the content containers. The 3 containers may be inside a manager themselves if it makes it easier to move them around.

My problem is the Manager class does not have any methods to do with its own position. I'm a bit stuck as to how I can create this layout. Can anyone point me in the right direction?

Thanks in advance!

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

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

发布评论

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

评论(1

为人所爱 2024-11-23 01:48:43

管理器 是一个功能很少的基类。

您可以从 VerticalFieldManager 开始 实现添加两个 水平字段管理器(或垂直)。

您也可以从 开始主屏幕(那里已经有标题和横幅部分)。

另请参阅:使用 BlackBerry 布局管理器 – 教程

Manager is a base class with very little functionality.

You can start with VerticalFieldManager implementation adding two HorisontalFieldManagers (or vertical).

Also you can start with MainScreen (there you already have Title and Banner sections).

See also: Working with BlackBerry Layout Managers – Tutorial

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