Popup menu
Popup menu
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.
Re: Popup menu
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.
Re: Popup menu
See this example from Sparkie:
http://www.purebasic.fr/english/viewtop ... nu#p131979
http://www.purebasic.fr/english/viewtop ... nu#p131979