LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Numeric Gauge in CVI 6.01 (Graphic fault)

If the indicator moves around, it leaves colored remains
on the background.
The cause isn't the graphics card or the operating system.
I've tested it with W98SE and ME,
with ATI and other graphic cards.

Do You know this fault, is there an update?

--

Rolf
0 Kudos
Message 1 of 2
(3,042 Views)
I've got a tip and found a way out 😉

Instead of using
....
SetCtrlVal (pPORTAL, PORTAL_GAUGE_VL, Value);

I have to use:
....
SetCtrlAttribute (pPORTAL, PORTAL_GAUGE_VL, ATTR_CTRL_VAL, Value);

It works! (because of the draw events, read the function help).

--

Rolf
Message 2 of 2
(3,042 Views)