09-09-2010 09:29 PM
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.
Solved! Go to Solution.
09-09-2010 09:48 PM
If you can find these controls on the diagram page you can right click on them and select "Show Control"
09-09-2010 11:15 PM
This is documented in the LabVIEW Help.
Complete the following steps to display a hidden front panel control or indicator. You also can hide front panel controls and indicators.
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.
09-11-2010 12:47 PM
You should also vote for this idea (although by now it probably needs the votes less).