LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

With CVI, how do you change the color of a numeric tank using SetCtrlAttribute?

You can manually change the color of a numeric tank when placing it onto a panel, but can you change the color "on the fly"?
0 Kudos
Message 1 of 2
(3,239 Views)
Murray,
Try this...
SetCtrlAttribute (panelHandle, PANEL_NUMERICTANK, ATTR_FILL_COLOR,VAL_RED);

Regards
JB
Message 2 of 2
(3,239 Views)