LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Blink Foreground and Background Colors

Solved!
Go to solution

Hi,

 

I changed Blink Foreground color to blue and Blink Background color to Yellow from Front Panel --> Tools --> Options --> Environment --> Colors. It works when I run the program in LabVIEW. However, after I built the program and run the executable file, the Blink Foreground color and Blink Background color changed back to default color, i.e. Blink Foreground color changed back to yellow and Blink background color changed back to red.

 

I'd appreciate it if you'd let me know how to change the Blink Foreground and Background colors in executable file. I am using LabVIEW 2015, Service Pack 1.

 

Thank you,

Steve

0 Kudos
Message 1 of 3
(2,059 Views)
Solution
Accepted by topic author Shijie

Hi Shijie,

 

those blink colors are stored in some keys in the LabVIEW.ini file. You find this INI file just next to the LabVIEW executable.

 

All you need to do is to copy those keys into the INI file of your own excutable. You should create such an INI file within your project and use it when building the exe: it's an "advanced" option in the BuildSpecs!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(2,040 Views)

Hi GerdW,

Thank you very much,

Steve

0 Kudos
Message 3 of 3
(2,021 Views)