如何为黑莓实现这个元素?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许是上下文菜单?尝试覆盖 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?