LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

changing color front panel LV 8.2

Hi,

I want to programmatically change the background color of the front panel.
In LV 7.1 no problem: create reference to front panel and then use a property node to change its color (see attached vi, created with LV7.1, saved in LV8.2).
However when making this from scratch in LV 8.2 the 'color' property for the front panel has dissappeared. Where to find it?

Steven

0 Kudos
Message 1 of 3
(2,617 Views)
In LV8.x, the front panel can be divided into several panes, and you can change the color of each pane.
So the way to go now is Panel ref -> Pane ref -> Pane color

Message Edité par chilly charly le 05-06-2007 03:43 AM

Chilly Charly    (aka CC)
Download All
Message 2 of 3
(2,599 Views)
ok, makes sense. Should have thought about that myself Smiley Wink

Thanks!

Steven

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