LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

event case & controls

I create two controls True/False in my front panel and monitor them in the event case mouse up.
If first control is used I want to disable usage of the second control True/False. I set in this case the property node for the second control to disabled right at the time I press the first control.
Even the second control property is disabled and grayed out it creates a event if I press this control.
How can I disable it anyways that I cannot press this.
0 Kudos
Message 1 of 2
(2,080 Views)
Instead of using the mouse up event, use the value change event.  The value will not change if the control is disabled.  The mouse up event always happens whether or not the control is disabled.
- tbob

Inventor of the WORM Global
Message 2 of 2
(2,077 Views)