LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide control based on radio button selection

I have 2 radio buttons a delete and a move. When the user selects the delete radio button I want to hide a path control. I know the controls can be hidden with the visible property node but how would I hide the controls based on the delete radio button selection?

----------------------------------------------------------------------------------
I have not lost my mind, it's backed up on a disk somewhere
0 Kudos
Message 1 of 2
(2,390 Views)

You can create an event for the radio button (Value change) and hide the button if the value is "Delete". Radio button is an Enumerated data type, so when you use a case structure its quite easy.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 2 of 2
(2,380 Views)