如何为黑莓实现这个元素?

发布于 2024-09-08 04:20:13 字数 281 浏览 6 评论 0原文

我需要实现这个元素。 替代文本 http://img9.imageshack.us/img9/8107/84403853.png< /a> 它看起来像带有不同选项的主菜单。单击带有三个点 (...) 的按钮后,它应该出现在右上角。

Blackberry OS 4.7.0 是否有一个本机组件?如果没有任何想法该怎么做?

谢谢

I need to implement this element. alt text http://img9.imageshack.us/img9/8107/84403853.png
It looks like main menu with different options. It should appear in the top right corner upon a click on the button with three dots (...).

Is there a native component for this for Blackberry OS 4.7.0? If not any ideas how to do it?

Thx

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

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

发布评论

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

评论(1

给我一枪 2024-09-15 04:20:13

也许是上下文菜单?尝试覆盖 Field.getContextMenu() 并添加所需的 MenuItem 实例。
您也可以尝试使用自定义菜单来实现它:BlackBerry - 如何创建子菜单?

Maybe it's context menu? try to override Field.getContextMenu() and add required MenuItem instances.
Also you can try implement it with custom menu: BlackBerry - How to create sub menu?

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