LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

colour of blinking indicator different in .exe

I changed the colour of my blinking indicator to red instead of the default yellow colour (-> tools, options, colours). On my developement PC it works fine. But when i built an application (.EXE) the blinking colour is still yellow.

regards,

Joop
0 Kudos
Message 1 of 3
(2,358 Views)
Those option settings are stored in the *.ini file not the application itself. You need to make the same settings on your executable.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 3
(2,358 Views)
You need to put "blinkFG=XXXXXX" (no quotes) into the ini file for your .EXE (one will be automatically created the first time you run the .EXE if you don't have one) where XXXXXX equals the hex value for the color you want. You can copy it from your LabVIEW.ini file to your .EXE ini file.

Hope this helps
Brian
0 Kudos
Message 3 of 3
(2,358 Views)