LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I have a VI with menu barattached i want to remove the menu bar.I am able to remove the menu bar in run continuously mode.but not in normal mode how do i do it in normal mode

I have a VI with menu bar.I am able to remove menu bar in continuous mode by setting window appearence.But i want the menu bar to be removed at normal mode also.How do i do it
0 Kudos
Message 1 of 3
(2,572 Views)
Hi hardware,
you have to just go to the edit menu in the menubar,there select runtime menu and chose cutom type there and enter no values ,this makes the menubar not to be seen
0 Kudos
Message 2 of 3
(2,572 Views)
You can trun off the menu while the VI is running by going into the VI properties (right click on the VI icon and select 'Properties). Then from the Catagory selestion box, select Window Appearance, click the Customize button, then uncheck the Show Menu Bar check box and hit OK twice. That shold do it.

Note that this will only turn off the menu while the VI is running. The standard menu will always be showing when the VI is not running.

Ed


Ed Dickens - Certified LabVIEW Architect
Lockheed Martin Space
Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.
0 Kudos
Message 3 of 3
(2,572 Views)