LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

increment decrement color

Hello,

 

Is it possible to change the color programmatically of the increment/decrement buttons of a numeric control ?

I couldn’t find the property..

 

Kind regards,

0 Kudos
Message 1 of 2
(2,610 Views)
Apparently not, but you can hide them and create 2 boolean controls which will serve as your inc\dec buttons. You will need to write some code to control that (an event structure with a couple of cases). You can group the 3 controls to make them stay together.

___________________
Try to take over the world!
0 Kudos
Message 2 of 2
(2,601 Views)