views:

36

answers:

1

I need to implement this element. alt text 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

+1  A: 

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?

Max Gontar