LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I keep the front panel look like exact the same on different computer screen with different size and different resolution?

How can I keep the front panel look like exact the same on different computer screen with different size and different resolution?
0 Kudos
Message 1 of 6
(3,309 Views)
Hi

Goto File>VI Properties>select "windows size" as category>select the option "maintain proportions of window for different monitor resolutions"

Luca P.
Application Engineer
National Instruments
Regards,
Luca
0 Kudos
Message 2 of 6
(3,309 Views)
This solution works only for graphical objects (graphs, pics...), but not for additional text or button text.
How can i modify all the polices to keep the same panel proportions for all screen resolution ??
0 Kudos
Message 3 of 6
(3,309 Views)
Under the VI properties there's a tab for window size. Set this to be fixed at the smallest resolution that your program will encounter and it will always look the same.

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 4 of 6
(3,309 Views)
Ok, that's a solution...but a 800x600 fixed screen size looks very small in a 1280x1024 or higher...
There is really no solution to manage police size for multiple screen resolutions ???

Matt
0 Kudos
Message 5 of 6
(3,309 Views)
Not other than the automatic rescaling operations available under VI properties, that other posters already told you about.

You could resize and reposition things manually using property nodes, but that would be a pain if your screens were even slightly busy...

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 6 of 6
(3,309 Views)