LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

switch between mutually exclusive and not

In my software, when I am in one mode I want 3 booleans to be mutually exclusive. When I'm in another mode, the user can select more than one. I was thinking of making two identical clusters (strict type def), one being a normal cluster and one being radio buttons, and then show and hide the correct one to the user based on the mode I am in. Is there a better way? Or, I can use the same cluster and implement the mutual exclusive stuff on my own but this sounds like a pain.

0 Kudos
Message 1 of 2
(1,961 Views)

Consider using a listbox or tree control.  You can change the selection mode with a property node while running.


"Should be" isn't "Is" -Jay
0 Kudos
Message 2 of 2
(1,959 Views)