LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Tab Control

Does anyone know if the TAB control can notify me when a user selects a
tab? ie, I would like to be informed when a user changes a page in the
tab control.
Thanks,
Mitch
0 Kudos
Message 1 of 5
(3,713 Views)
I just figured it out in an example provided by NI.
Thanks.....

Mitchell lebold wrote:

> Does anyone know if the TAB control can notify me when a user selects a
> tab? ie, I would like to be informed when a user changes a page in the
> tab control.
> Thanks,
> Mitch
0 Kudos
Message 2 of 5
(3,710 Views)

would you tell me how can i get the NI examples for the tab control
0 Kudos
Message 3 of 5
(3,489 Views)

They're located in \samples\userint\custctrl\easytab folder.

Or you can use the example finder (Help >> Find examples... menu function) and search for "tab".



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 4 of 5
(3,480 Views)
This depends on which version of CVI you're using.

If you're using version 8.0 or later, NI recommends that you use the built-in tab control in the UI library, and not the easytab custom control. You can find examples for the built-in tab in samples\userint\tabpanels.prj and samples\userint\tabexample.prj.

If you're using a version of CVI older than 8.0, then you can only use the easytab control, and you can look for the examples that Roberto indicated.

Luis
0 Kudos
Message 5 of 5
(3,464 Views)