From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Easytab.I need to know how I can make no active tabs.

I need a solution. Please help me. I would like to make my tabs no active and set them active when an event occured.
0 Kudos
Message 1 of 4
(2,747 Views)
See the funcation panel help for EasyTab_SetTabAttribute.
Call EasyTab_SetTabAttribute() for attribute ATTR_EASY_TAB_DIMMED (Tab Dimmed on the function panel). Set it TRUE (1) to dim it. Set it FALSE (0) to enable it.
Message 2 of 4
(2,747 Views)
The sample project ..\CVI\samples\userint\custctrl\easytab\tabdemo.prj, which ships with CVI, shows how to dim tabs. Search for ATTR_EASY_TAB_DIMMED.
This example is a little complicated by the use of a structure and pointers to the structure elements, but it might help.
0 Kudos
Message 3 of 4
(2,747 Views)
Thank you very much.I am working for a important project. I will try.
0 Kudos
Message 4 of 4
(2,747 Views)