LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide striing text box

Hi,

 

Iwas just wondering if there is anyway to hide and unhide the text boxes in labview when the program is running?

 

I am using a case structure and i want it to show the text box with the answer when its true but i want it to be hidden off the screen when it is false. Is this possible?

 

Thanks

Adam

0 Kudos
Message 1 of 4
(3,398 Views)

Hello,

 

Use the visible property node.

Right click on the string and select create - property node - visible.

 

Hope it helps,

Paulo 

0 Kudos
Message 2 of 4
(3,396 Views)
here is a quick example:
Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
Message 3 of 4
(3,374 Views)

Hi Adam,

 

instead of (un)hiding a text indicator you can write the answer string to the indicator in the true case, otherwise wire an empty string constant... 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(3,371 Views)