B4A Class PopupMenu SubMenu

Hello,

The class clsPopupMenu shows a Popup Menu which can own sub menus.

The options are stored in a map. In the example they are in json file in the assets folder.

3 events are fired :

- open : A popup menu has been opened
- click : An option has been clicked
- close : A popup menu has been closed

You can customize the layout clsPopupMenu.bal for yours needs.

screenshot_popupmenu.png



spsp
 

Attachments

  • popupmenu.zip
    12.5 KB · Views: 587
Last edited:

JohnC

Expert
Licensed User
Longtime User
Can you post a screen shot of how the menu looks?
 

spsp

Active Member
Licensed User
Longtime User
Hello,

I've had a screenshot in post #1
You can customize the layout of the popup menu with the designer.
There is a simple animation when the popup menu is opened or closed

spsp
 
Top