LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Needle color vs slider color

Solved!
Go to solution

Hello all,

is there a difference between the ATTR_NEEDLE_COLOR and the ATTR_SLIDER_COLOR attributes ? From my tests it seems to be the same thing on the various slider controls I've tried...

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

If you have a look into userint.h you will notice that these are synonyms:

 

#define ATTR_NEEDLE_COLOR                           ATTR_SLIDER_COLOR

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

One more thing: If your question has been answered, you might want to mark the respective post as solution Smiley Wink

Thanks.

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

When in doubt, look at the source... D'oh!

Thanks

0 Kudos
Message 4 of 4
(2,997 Views)