Hi,
You can get an array of references to everything you want to disable.
Getting the array of references can be done once, and in several ways. E.g.
getting all controls from the front panel, and in a for loop selecting the
desired controls by name, caption or position. You can also manually build
the array (with Build Array), and fill the array with reference constants.
Then you can make one VI with the array of references, that disables them
all in a for loop.
Doing this with one property node is not possible, unless all the controls
are in one cluster.
Regards,
Wiebe.
"schorsche" wrote in message
news:50650000000800000054EC0000-1079395200000@exchange.ni.com...
> Hello, I've got many different buttons, dials etc and want to grey and
> disab
le them.
> Is there any smart way how to create ONE property node for all of
> them, rather than a single one for each button.
> Cheers, Georg