LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

don't show menu when program is not running

Solved!
Go to solution
Hi, I have a Start button made with an XControl that I can start the program with. I have deselected the Toolbar, Run and Abort button when runnning and the program runs with only a Custom Menu just as I want. When the program stops the menu and toolbar is visible (as usual). My question is - can you choose to not show the menu and toolbar when the program is NOT running?
0 Kudos
Message 1 of 6
(3,890 Views)

Ctrl+M sets the VI in run mode if you want to see what the VI will look like without actually running it. 

aputman
0 Kudos
Message 2 of 6
(3,880 Views)
OK, that is good to know but my question is: What can you do to NOT show any menu or toolbar when the programmed is stopped. I just want it to show the Title Bar.
0 Kudos
Message 3 of 6
(3,875 Views)

Hi hasse,

 

then you should never stop your program…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 6
(3,864 Views)
Yeah, I guess that is the solution - or exit out from LabView when you stop the program.
0 Kudos
Message 5 of 6
(3,844 Views)
Solution
Accepted by hasse

When running from edit mode, it seems reasonable to go back to edit mode afterwards.

 

Once the program is released to end users, edit mode makes no sense. Built it into a standalone application or at least set it to "run when opened" and close when done. The program should never be in a stopped state. Create a state machine that goes to an idle state when it is not doing anything.

0 Kudos
Message 6 of 6
(3,832 Views)