Main Menu Window is the same for all app windows? - Forum

Forum Navigation
You need to log in to create posts and topics.

Main Menu Window is the same for all app windows?

Hi

Is the "Main Menu" always the same for all windows of the application?

If not how I can set a different Main Menu for each window of the application?

 

Thanks for the help

 

Domenico

 

Hello,

There is only one Main Menu for each application.

But you can use multiple application and make them work together some kind.

You can make a main app an let it call sub apps via commandline.

There are also plugins for communication between seperate apps.

Regards

Hans-Peter

luishp and Darbdenral have reacted to this post.
luishpDarbdenral

@xojo

You can also hide and show the desired menu items at any time. See the commands HideMenuItem, ShowMenuItem

This way you can create different main menus at any time by turning on or off the desired set of items.

Also look at the asMenuBar plugin (Andrey Solodyankin)

luishp and Darbdenral have reacted to this post.
luishpDarbdenral

Hi @vadim

Perfect solution!!

Thank you very much

Regards

 

 

 

Vadim has reacted to this post.
Vadim