01-31-2008 02:38 PM
HI
well, may be sound weird?, but I need to hide and make visible a group of
buttons, controls, indicator, graphs etc.
the pint is that I have for example like 20 buttons, and depending of the
actions of the users I need to hide them or not, I know I can do it one by one
with the visible property, but I was wondering if there is a possibility to do
it but all together, with the same property, like put all the buttons or control inside a
subpanel and then hide the subpanel? I tried this but didn´t work
01-31-2008 03:11 PM
01-31-2008 03:26 PM
Hi again,
i make an example for you to show how it can work. An other way to hide many controls or indicators is to get all references from the frontpanel with a property node and run through a for loop.
Mike
01-31-2008 03:35 PM
01-31-2008 07:20 PM
1. logical groupings of can be clustered
2. Tabs can also group controls simplier than subpanels
3. State machines eish a show hide state allow all show and hide logic can be in one place.
01-31-2008 10:52 PM
02-01-2008 11:13 AM