Popup menu

Just starting out? Need help? Post your questions and find answers here.
daft
User
User
Posts: 25
Joined: Fri Oct 29, 2010 10:32 am

Popup menu

Post by daft »

Can you do separators in a popup menu? And is there a way to change the menu dynamically? I mean depending on settings, etc, to visualize changes.
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Re: Popup menu

Post by Trond »

The line is made with MenuBar(). You can change the menu with SetMenuItemText() and SetMenuItemState(). Also you could just recreate the menu if you need big changes.
User avatar
einander
Enthusiast
Enthusiast
Posts: 744
Joined: Thu Jun 26, 2003 2:09 am
Location: Spain (Galicia)

Re: Popup menu

Post by einander »

daft
User
User
Posts: 25
Joined: Fri Oct 29, 2010 10:32 am

Re: Popup menu

Post by daft »

Thanks, guys.
Post Reply