03-01-2013 10:08 AM
Hi,
I want to make "Mapping Y" control invisible when Componet X is selected and I want to make "Mapping X" control invisible when Component Y is selected. Please see the attached "Invisible.vi". Any help will be appreciated.
Regards,
Steve
Solved! Go to Solution.
03-01-2013 10:17 AM
On the diagram page right click on the individual control icons, select "Create" and then "Property Node", there are properties to disable, disable and grey out, and visible or not (among other properties). Build an event structure within a loop with these controls in various event cases. Of course if you have selected one, which deselects the other, you will have to think of a way to deselect that one and reselect the first one.
03-01-2013 12:35 PM
Hi Putnam,
Thank you very much.
Steve