01-12-2006 01:36 AM
01-12-2006 01:58 AM
I'm not sure what you mean by "child controls of a window", but the VI server (the LV programmatic interface) includes many properties and methods for the different classes of objects, including the VI object. One of those properties is Controls[], which is an array of LV references to all the controls in a particular structure. Attached is an example for a VI. Since tab controls and clusters have additional controls in them, it has to get those seperately.
Here is a good tutorial about this.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here and here are a couple you can start with. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
01-12-2006 05:22 AM
01-12-2006 06:10 AM
01-12-2006 06:23 AM
Well, in my version (6.1 base, French) GObject is ObjectG and the property referece in under "Networking with LabVIEW".
On this side of the ocean some like it terribly complicated....
01-12-2006 06:27 AM