LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 8.6 Screen Resolution

Hello,

 

We have developed test bench application (operator interface screens) in LabVIEW 8.6 with PC resolution 1280*1024 in Host PC.We want to run same application in another PC which have resolution 1440*900.

The problem is with window resolution, if we select "scale all objects on front panel as window resizes" in VI properties.

Can all objects resizes automatically as per current resolution 1440*900?

 

OR Is there another way to ajdust screen resolution?

OR we have to adjust all objects manually to match resolution.

 

Please suggest right way......

 

Thanks in advance..

 

 

0 Kudos
Message 1 of 3
(2,789 Views)

9823322868 wrote:

 

The problem is with window resolution, if we select "scale all objects on front panel as window resizes" in VI properties.

Can all objects resizes automatically as per current resolution 1440*900?


This itself is the solution. Smiley Happy

 

Did you try it out first? Smiley Wink

 

Post back here if you still have problems.

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 3
(2,782 Views)

I was never able to get acceptable results with that option. Probably "autoresizing" may be useful for relative simple UI, but if interface complicated with different controls, graphs, etc, then usually you will get some controls overlapped, some not properly resized, something "out of screen". Too many "side effects".

 

If you need good resizible interface, then the are no other chance as splitting UI areas logically with splitters, then arrange panes for proper resizing.

 

Andrey.

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