04-09-2002 09:42 AM
04-09-2002 01:16 PM
09-04-2008 12:26 PM
These two links don't work for me. Can you update them?
- les
09-04-2008 01:13 PM
the links are outdated because the last post in this thread was in 2002 ![]()
anyway, control references are indirect ways to change things about controls. most of them can be changed in development by right clicking and sorting through the properties, but references let you change those things at runtime.
invoke nodes are like property nodes, but for actions. so where a property node would set things like color, value, size, etc, invoke nodes let you do things like close the front panel of a VI, or run a subvi by reference, things like that.