LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Configurable Style?

Solved!
Go to solution
I'm using LabVIEW 9.0f3. Is there a file that you can create and distribute with LV applications that will allow you set to set up the application's style properties - e.g. background and foreground colours for panels and containers, font style and size etc? I'm thinking this file would be read when the application starts up. I've had a look at the info on the configuration files, but they don't seem to be what I need. Am I missing something?

Thanks!
0 Kudos
Message 1 of 4
(2,657 Views)

If you are looking for an out-of-the-box solution ... no joy.

 

LV has the capability to do all of those things but the answer is 100% "roll-your-own".

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 4
(2,647 Views)
Solution
Accepted by topic author zola_the_gorgon

I do not know of a 'simple' way to do this, but it is possible to write a recursive VI that can cycle through the FP objects and apply the attributes that you have asked for. HOWEVER, especially with the font and size in play, alignment of controls/indicators may be a bear to manage.

-p 


Paul
Message 3 of 4
(2,646 Views)

Thanks guys. I couldn't tell if I was on a wild goose chase or not. If I'm just messing about with colours, I guess doing it programmatically should be safe enough.

0 Kudos
Message 4 of 4
(2,636 Views)