LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Menubar not display on .uir

Solved!
Go to solution

I'm on Win7 platform. My menubar is only display aft i run the LoadMenuBar() function. I wish to see it during edit mode too.

0 Kudos
Message 1 of 3
(2,987 Views)
Solution
Accepted by topic author distinctlyme

When setting panel attributes in the UIR editor you can associate a menubar to it: this way the menubar is displayed on the panel while editing the UIR.

 

At runtime, you no longer need to load and install it on the panel with LoadMenuBar. In case you need to retrieve its handle to access menu functions you can use GetPanelMenuBar function.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(2,983 Views)

Thanks. Did double clicking to open that box.

0 Kudos
Message 3 of 3
(2,975 Views)