LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

controls on tab controls

Hello all.  I am trying to access the property nodes of controls that are on different pages of a tab control programmatically.  That is, I would like to search the Controls[] property of the VI server reference for the VI but when I do this, the controls I'm looking for are not there and there doesn't seem to be a property node of the tab control that gives me access to the controls therein.  Does anyone have any clever way to do this?
0 Kudos
Message 1 of 4
(2,379 Views)
There is another level of indirection: you need to access the Pages[] property before, then index their elements and get the Controls on Page[] property
Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 2 of 4
(2,373 Views)
change "Tab Control" to indicator
0 Kudos
Message 3 of 4
(2,370 Views)
Thanks Paolo, this is exactly what I needed.
0 Kudos
Message 4 of 4
(2,365 Views)