08-17-2015 10:09 PM
Hi all,
I got a qustion for VI application run-time position after many different trying....
For a build application, user could possibly move window to anywhere on screen.
My goal is to save the last execution run-time position.
And call it out at next time to initialize window.
I tried to use property-win.bounds.
It works!
But there's a small problem.
Execution window seems like to show up at a system init positon and then move to saved position from last time.
This move will make exe window looks like blinking for once at beginning.
I also tried to hide panel first and show up after panel moved to saved position.
But it make situation worse, window seems like blinking twice at start up.
Although this problem will not affect performance.
But I would really like to sove it.
Thanks for any respond!
08-17-2015 10:53 PM - edited 08-17-2015 10:54 PM
Hi Harry,
How about using the WIndow Run TIme Position option in VI Properties.
See the below picture, you may change the position with available options,
It is showing at init position because the default postion is 'Unchanged'
Hope it helps.
08-18-2015 12:13 AM