LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Disabled but not grayed out control

Solved!
Go to solution

Hello.

 

Is there a way to do that?

 

Thanks,

Vasileios.

0 Kudos
Message 1 of 3
(4,297 Views)
Solution
Accepted by topic author vakost

Yes...

 

The respective control attribute is ATTR_CTRL_MODE and you should set it to VAL_INDICATOR, see here

 

-> SetCtrlAttribute ( panelHandle, controlID, ATTR_CTRL_MODE, VAL_INDICATOR );

 

0 Kudos
Message 2 of 3
(4,280 Views)

Thanks! That's it!

 

Where is the button "accept as solution"? I cannot find it.

0 Kudos
Message 3 of 3
(4,277 Views)