LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changing color scheme of front panel

Hi everyone, Is there a property node for changing the color scheme of the front panel?
T. A.
0 Kudos
Message 1 of 13
(4,447 Views)

No, there is no color scheme used in front panels by default.

You can, on the other hand, use the system colors to color your front panel. System colors depend on the color scheme defined in windows.

 

FP_ColorPalette.PNG

 

hope this helps,

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 2 of 13
(4,442 Views)
okay where can I find that?? Maybe you got me wrong, I do not want to place a color on an arbitrary location on the panel, I need to color the whole panel.
T. A.
0 Kudos
Message 3 of 13
(4,439 Views)

View>>Tool Palette

 

You'll find this

 tools palette.jpg

Click on the Circled Area.

0 Kudos
Message 4 of 13
(4,435 Views)
OK Then how can manipulate the color while the VI is running... other things can be controlled using property nodes but how can I control the background color then?
T. A.
0 Kudos
Message 5 of 13
(4,418 Views)
take a look at the attached VI. Hope it helps
Message 6 of 13
(4,415 Views)

NitinD wrote:
take a look at the attached VI. Hope it helps

 

Or just use a static Property Node linked to Pane, and use a Color Box Constant.

 

 

Message Edited by Broken Arrow on 12-01-2009 07:09 AM
Richard






Message 7 of 13
(4,412 Views)
One thing to point out: Those just starting out with LabVIEW just loooove to paint front panels. What we usually encounter are garish color schemes. Just be mindful that color interpretation is subjective, and you also have to consider color-blind people.
0 Kudos
Message 8 of 13
(4,388 Views)

smercurio_fc wrote:
One thing to point out: Those just starting out with LabVIEW just loooove to paint front panels. What we usually encounter are garish color schemes. Just be mindful that color interpretation is subjective, and you also have to consider color-blind people.

This is exactly why i recommend using the system colors. If a user chooses to configure an "eye-cancer creating color scheme", he is able to see this in LV as well.... if the user is takingcare about his health, he will leave it to one of the default schemes.....

 

Norbert 

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 9 of 13
(4,378 Views)

Well everyone, thanks, first of all I asked for a property node, turns out there really is 🙂

 

Second of all, it's not that we love to paint, here's the thing, we need to use a temperature sensor to change the color scheme whenever the temperature reaches or exceeds a threshold value.

 

Finally, I am not very interested in colorblindness, because the project I/We are working on is limited to a narrow audience 🙂 non of who is colorblind.

 

Kudos!

T. A.
0 Kudos
Message 10 of 13
(4,370 Views)