01-06-2015 03:26 PM
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?
Solved! Go to Solution.
01-06-2015 03:47 PM
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:
01-06-2015 03:49 PM - edited 01-06-2015 03:51 PM
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.
01-07-2015 10:33 AM
thanks for the reply!