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

Slava TLM
  • 161
  • 1
  • 1
  • 7

1 Answers1

1

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?

Community
  • 1
  • 1
Maksym Gontar
  • 22,765
  • 10
  • 78
  • 114