LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

I'm in need of a "container"

Solved!
Go to solution

Hi all.

In my project there are 2 radio buttons. Each of them gives access to several controls (such as string, listboxes and checkboxes) which differ both in number and in type. What i would like to do is to make these controls visible or invisible in a single shot. To do this, i think i need to insert controls in 2 different "containers", each one related to a specific radio button. In this way i should be able to display controls i want, simply make the right container visible and the wrong one invisible.

Does anyone know how i can do this?

0 Kudos
Message 1 of 5
(2,717 Views)
Solution
Accepted by topic author aRCo

It sounds like you want to put the related controls into a Cluster.

Message 2 of 5
(2,715 Views)
In LabVIEW, a container is called a cluster. It is on the Array, Matrix, & Cluster palette. You would use the Visible property node. Just right click on the cluster terminal and select Create>Property Node>Visible. Change the property to Write by right clicking on it.
Message 3 of 5
(2,713 Views)

How about a tab control?

 

Lynn 

0 Kudos
Message 4 of 5
(2,697 Views)

use the suggestions from above and than connect your bool to a visibility property.

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 5 of 5
(2,690 Views)