LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

front

when object #2 is active, i want to the others are passive.
when object #4 is active, i want to the others are passive.

i want to selected object in the front panel is active, the others are passive

0 Kudos
Message 1 of 8
(3,312 Views)

Please define what you mean by "active" and "passive". Are you referring to disabled? Disabled and greyed out? Visible?

0 Kudos
Message 2 of 8
(3,308 Views)

yes, it is like disable options. for example when the selected object rotates by pushing a button, the other objects or boxes are not affected. then when i select the other object (box #2), i want to box #3, #4,.. etc. are not affected.

 

 

Thanks!
~drycsr~
0 Kudos
Message 3 of 8
(3,298 Views)

I'm sorry, but your explanation is not clear. Now you're talking about rotating. Your screenshot seems to show what might be a picture indicator? Are you drawing these boxes? Can you post your VI?

0 Kudos
Message 4 of 8
(3,274 Views)
0 Kudos
Message 5 of 8
(3,257 Views)

rotating is just an example to explain what i want. shortly, we want to the selected object in the front panel is active, the others are passive. thank you!

Thanks!
~drycsr~
0 Kudos
Message 6 of 8
(3,219 Views)

You have way too many loops and event structures. You only need one loop and one event structure. You can use the Disabled property for the controls to simply disable the ones you want based on your conditions.

0 Kudos
Message 7 of 8
(3,199 Views)

This discussion has moved here.

0 Kudos
Message 8 of 8
(3,104 Views)