02-07-2011 10:02 AM
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
02-07-2011 10:07 AM
Please define what you mean by "active" and "passive". Are you referring to disabled? Disabled and greyed out? Visible?
02-07-2011 10:18 AM
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.
02-07-2011 11:31 AM
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?
02-07-2011 12:39 PM
this is my VI
02-08-2011 09:52 AM
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!
02-08-2011 12:26 PM
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.
02-16-2011 11:27 AM
This discussion has moved here.