02-08-2016 05:01 PM - edited 02-08-2016 05:02 PM
Hi everyone,
Is there any way to change the front panel color without using the toolbox brush?
Thanks in advance,
regards,
F
Solved! Go to Solution.
02-08-2016 05:50 PM - edited 02-08-2016 05:52 PM
I have never seen the ability to change the front-panel's color programmatically but in the later versions of LabVIEW you can place a large "decoration" like a recessed/raised/flat box behind everything on the front panel and then programmatically change the color of the decoration. It takes a bit of work to get the reference to the decoration and if your front panel has multiple decorations present then you will need to figure out which is the right one to colorize but you should be able to go for the one with the greatest size if it fills the entire front panel. The attached VI is LV v2014.
02-08-2016 07:10 PM
Sure you can. Use the Panes[] property node of the panel. And the color property on that.
02-09-2016 09:15 AM
Thanks for you all.
Regards,
F