LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I disable one item in a radio buttons control at run time

I need to disable one item in a radio buttons control. At design time this is possible, but how do I do this at run time? Is this possible? I cannot find a property per item
0 Kudos
Message 1 of 3
(2,362 Views)

Use the property "Controls[ ]" - this gives you an array with references of each single button in the radio buttons control. These you can access with property nodes too.

Hope this helps.

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
Message 2 of 3
(2,362 Views)
OK, I found it. Thanks!

0 Kudos
Message 3 of 3
(2,355 Views)