09-21-2020 03:50 PM
This might be kind of a silly one ..
I'm calling a VI from the main program...
I want to resize the window of the VI I'm calling...
I go to VI properties...( from VI I'm calling) to make the resizing change...
However... This doesn't seem to resize the window of the VI I'm calling?
09-21-2020 05:19 PM
you need a proper reference to that vi. How are you launching that vi? if you use Open VI Reference with the vi's target path, it should return a proper reference that you can use to open/run that vi as well as access its other properties.
09-22-2020 03:13 AM
You need to change the size under VI Properties>Window Run-Time Position.
You might have changed the size under VI Properties>Window Size>Minimum Panel Size?
09-22-2020 10:39 AM
Yes both posts explain an answer to my problem thank you.