User | Kudos |
---|---|
6 | |
2 | |
2 | |
2 | |
1 |
Many times I write a VI that is intended to run as a dialog. There are controls and indicators such as error in, error out and possibly class controls that I do not want to be visible when the dialog is running. What I usually do is to size the FP such that these are not visible to the user. I set the panel so that it can not be resized.
But that is not eating my own dogfood. What I have recently started doing is look at the Application.Kind property and hide controls in the runtime environment.
What about a new property to only hide controls when the VI is running? (Development system or runtime system). I don't want the controls hidden in edit mode because that makes it very difficult to wire the connector pane.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
This feature is available in LabVIEW 2021 and later. Select Edit > Show Hidden Controls While Editing on the front panel to be able to see and edit hidden controls while the VI is in edit mode.