LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make non-visible Control on Front Panel Appear at Design Time?

Solved!
Go to solution

I have some Controls on the Front Panel whose visibility is changed (turned on or off) at Run Time. The problem is that if I stop the Run time, the Visibility of the Control remains in the runtime state in Design mode. So I may not be able to see or find the Control to make changes in Deisgn mode.

 

How can I make all Controls on the Front Panel visible, or find and make visible a Control on the Front Panel whose Visibility has been made False?

 

THANKS.

0 Kudos
Message 1 of 4
(11,930 Views)

If you can find these controls on the diagram page you can right click on them and select "Show Control"

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 4
(11,924 Views)
Solution
Accepted by topic author dbaechtel

This is documented in the LabVIEW Help.

 

Displaying Hidden Front Panel Objects

Complete the following steps to display a hidden front panel control or indicator. You also can hide front panel controls and indicators.

  1. Find the block diagram terminal for the object. If you have several terminals with the same data type, right-click the terminals and select Visible Items»Label from the shortcut menu. Find the object with the label that matches the hidden front panel object.
  2. Right-click the terminal and select Show Control from the shortcut menu if the object is a control or Show Indicator if the object is an indicator.

You also can use the Visible property to display controls and indicators programmatically.

You also can display all hidden front panel controls and indicators.

 

Path: Fundamentals -> Building the Front Panel -> How-To -> Configuring Front Panel Objects -> Displaying Hidden Front Panel Objects.

Message 3 of 4
(11,910 Views)

You should also vote for this idea (although by now it probably needs the votes less).


___________________
Try to take over the world!
0 Kudos
Message 4 of 4
(11,870 Views)