LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Navigating to a tab control page from within a tab control from a VI Server call

Solved!
Go to solution

Hello there,

 

As part of a documentation exercise, I'd like to be able to 1) load a VI programmatically 2) determine if tab control is present, if so how many tabs and if it has any embedded tab controls 3) sequence through tabs, snap the front panel (FP) and icon 4) and then repeat until done.

 

 I 've been using "To More Specific Class" and the property node "Label.ClassID" to try and capture whether a tab control is present in the VI but to no avail. Any suggestion, what am I missing to get to the full list of controls in the VI?

 

-Chroma

0 Kudos
Message 1 of 4
(3,083 Views)
Message Edited by andre.buurman@carya on 11-04-2008 09:01 AM
Regards,
André (CLA, CLED)
Message 2 of 4
(3,062 Views)
Solution
Accepted by topic author ChromaBurst

Hi Chroma,

      In case it's useful, here's one way to recursively list the Tabs and "Sub-Tabs" of a VI.

 

Cheers!

Message Edited by tbd on 11-04-2008 02:26 AM
"Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)
Message 3 of 4
(3,054 Views)

Thanks andre & tbd - this has got me started again! Many thanks, a great response.

 

-Chroma

0 Kudos
Message 4 of 4
(3,031 Views)