LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

tab with in a tab

Hi all

 

I am trying to use a tab with in a tab.

 

I have a main tab and in that tab I have another tab.

 

can anyone provide me a simple example .

 

check the UIR file attached

 

what I want to acheive is using the control in the Tab_0 of the main tab to switch to tab_1 and then another control to toggle between the sub tabs in tab_1.

 

 

Regards
0 Kudos
Message 1 of 2
(2,747 Views)

Using tabs is not really a problem, provided it is clear that every tab page acts as a separate panel with its proper handle. To obtain panel handles related to the tab pages you can use GetPanelHandleFromTabPage () command, while to show a specific tab page you can use SetActiveTabPage () command.

 

Now, have you tried writing some line of code to obtain the functionality you want? Are you facing some specific difficulty or getting some error?



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 2
(2,724 Views)