LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Control references and Page-Controls...

Hi,

inside the GUI of my program i use two page controls which holds a lot of
other controls and indicators. I created references from all needed controls
for updating inside subVI's. All references i store inside a user defined
control which i use in a seperate VI with a while loop as a global variable.
Cause i don't know how many tabs I need for every page-control, I wants to
add them when necessary.
All works fine, but after adding a new tab i don't have access to the new
one by using create constant of the value property. But when i create a new
reference from the page-control directly , i can set the new tab.

This behavor is really annoying, cause i have to make updates to my global
everytime i add a new tab
.
Is there any way to solve this behavior?

regards
Henrik
0 Kudos
Message 1 of 2
(2,617 Views)
Ok, i solved it...

Henrik


"Henrik Skupin" schrieb im Newsbeitrag
news:9kp1va$sb6$1@news.rz.uni-karlsruhe.de...
> Hi,
>
> inside the GUI of my program i use two page controls which holds a lot of
> other controls and indicators. I created references from all needed
controls
> for updating inside subVI's. All references i store inside a user defined
> control which i use in a seperate VI with a while loop as a global
variable.
> Cause i don't know how many tabs I need for every page-control, I wants to
> add them when necessary.
> All works fine, but after adding a new tab i don't have access to the new
> one by using create constant of the value property. But when i create a
new
> reference from the page-control directly , i can set the new tab.

>
> This behavor is really annoying, cause i have to make updates to my global
> everytime i add a new tab.
> Is there any way to solve this behavior?
>
> regards
> Henrik
>
>
0 Kudos
Message 2 of 2
(2,617 Views)