LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Checkbox / Boolean control triple state

In the Microsoft Visual Studio series, you can set a checkbox to be greyed in its initial state, to indicate it hasn't been set. When clicked, it can only then be set to checked or unchecked. You'll have probably seen them around the windows control panels.

Obviously this can't return a "real" boolean value - it returns 0 for unchecked, 1 for checked, and 2 for greyed. However I find it quite useful.

You know what's coming next 🙂
Can it be done in Labview?

Cheers

Joolz
0 Kudos
Message 1 of 3
(2,824 Views)
You can set something similar using the boolean's color properties node. It still only returns a T/F value for the control's VALUE, but you can read the color property to gain a third state.


2006 Ultimate LabVIEW G-eek.

0 Kudos
Message 2 of 3
(2,824 Views)
Neat. Thanks a lot!

Cheers

Joolz
0 Kudos
Message 3 of 3
(2,824 Views)