LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

obtain controls from copy tabs

Hello, I have a question regarding some function in GUI. In GUI, I use function "CopyTabPage". How can I obtain controls in copied tabs?
0 Kudos
Message 1 of 2
(2,835 Views)

Get the new index from the return value of CopyTabPage, then use it to get the panel handle of the new tab page with GetPanelHandleFromTabPage. Now that you have the panel handle, use it with the same control ID as you did for the original panel to reference the controls on the new tab page.

 

Check out the attached program.

 

Hope this helps.

 

- jared

0 Kudos
Message 2 of 2
(2,820 Views)