11-22-2011 02:23 PM
I was looking for a way to change the size of the front panel window while the program is running.
The goal is to make the window height to change gradually to show/hide parts of the interface.
The best way I found so far is to use the "Front Panel:Run-Time Position:Custom" method for the VI. However, this method only changes the FP size on the next time the VI executes, so I had to add "Front Panel:Close" and "Front Panel:Open" methods.
This method is very slow, though, the blinking of the window is annoying, and I cannot use it repeatedly.
Does anyone have a better idea?
Thanks,
Tambah
11-22-2011 02:37 PM - edited 11-22-2011 02:38 PM
11-23-2011 03:51 PM
This works perfectly!
many thanks,
tambah.