LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

enabling controls

I have disabled a string control by using its properties.

 

Again I want it to get enabled once the user clicks OK button. How can i do that in LabView?

 

Thanks in Advance

 

Regards

Malleswari

0 Kudos
Message 1 of 3
(2,623 Views)

Instead of using the Properties thro' rt-click short-cut menu, try to use the Property Node to do programmatically what you want to. Smiley Happy

 

That way you can achieve a lot. Smiley Wink

 

Value 0 means Enabled, 1 means Disabled, 2 means Disabled & greyed Out.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 3
(2,618 Views)
Make the string property Disable 0. the string will get enable.
0 Kudos
Message 3 of 3
(2,617 Views)