LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Deactivation of buttons

Solved!
Go to solution

 

 

213.png

 

I want to add a deactivation of buttons function into my VI.

 

For example, when I first run the programme, I just want my 'Check' button to be functionable.

 

The other 4 buttons to be deactivated, only until 'Check' button is pressed.

 

Can this be done ?

 

Your help will be much appreciated.

0 Kudos
Message 1 of 4
(2,168 Views)

Use property nodes. You want the Disabled property.  You can set the controls to be Enabled, Disabled, or Diasbled and Grayed Out.  Generally Disabled (and not grayed out) is not recommended because it is confusing to users.

 

Lynn

0 Kudos
Message 2 of 4
(2,167 Views)

So, how is the other buttons 'enabled' after I clicked on 'Check' ?

0 Kudos
Message 3 of 4
(2,164 Views)
Solution
Accepted by ThePotatoMan

Write to the same property node the Enabled value.

 

Lynn

0 Kudos
Message 4 of 4
(2,157 Views)