LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

disable a text box

Hello

i am trying to write a code in such a way that I can disable a text box. If I can't do that, is there a way I could lock the value in a certain Indicator text box and and the parameter in a control box will change to satisfy the values in the indicator.

Basically, what i am trying to do is input parameters in a set of control boxes and then it spits out a value in an indicator box (which i have done). But i want to write the  code in such a way that if you input the value in the indicator the box, the parameter in the text box can change to satisfy that value.

0 Kudos
Message 1 of 2
(2,989 Views)
Have you tried creating a Property Node for the text box, selecting the "disabled" property (set as "write") and wiring a constant of "1" into it? This will disable it.
0 Kudos
Message 2 of 2
(2,971 Views)