LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I display the front panel size?

Solved!
Go to solution

Hello,

 

    I am using the vi analyzer to make make sure that all of the front panels are the correct size. Is there a way to display the front panel size without having to run the VI analyzer?

Regards,


Kaspar
0 Kudos
Message 1 of 4
(3,333 Views)
Solution
Accepted by topic author Kaspar

You could open the VI, go to File>>VI Properties>>Window Size>>Set to Current Panel Size, read out the Height and Width and then click Cancel.

 

Or you could do something like the following if you wanted to do it programmatically and just provide a file path to the VI you want to check:

 

Panel_Size.png

Message 2 of 4
(3,317 Views)

Property node for the VI for Front Panel Window Bounds ??

 

 

EDIT:  Just a couple minutes too late. But a slightly different property node.  You'll need to experiment to see which one works better for you.

Message 3 of 4
(3,313 Views)

thanks for the reply!

Regards,


Kaspar
0 Kudos
Message 4 of 4
(3,254 Views)