LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

menubar is there a way to disable the top level menu

I want to prevent a user from clicking a menu until the previous function is complete. The Enable Menu Tracking works but with a Beep rather than a visual clue. I can disable individual menu items but if the whole menubar went gray it would be a clearer signal.

Yours Sincerely
John
0 Kudos
Message 1 of 3
(2,849 Views)
Use an event structure triggered by the menu (EVENT-> This VI: Menu activation?, Menu selection, etc.) and make sure that "Lock front panel until event ... completes" is checked. While the menu won't be grayed, it will not be possible to operate the menus until the event has completed. Should be clue enough 😉
0 Kudos
Message 2 of 3
(2,849 Views)
Thanks for your help. On examination it got messier. I still want the Quit function to work.
0 Kudos
Message 3 of 3
(2,849 Views)