November 13, 200718 yr Newbies Hi, I am using a script to cause a new window to appear so that the user can fill out a form on a seperate layout. After the user is finished, a button triggers another script to close the window and resize the original window. However, the layout "flickers" really bad when it loads. Is there anyway to stop this? Thanks, Nick
November 14, 200718 yr If you're using WinOS, FMP can either display windows all maximised, or all restored. It cannot display a restored (floating) window over a maximised window. This is probably the cause of your problems: the window starts out maximised, then gets restored when the new window is opened, then gets maimised again by the script that closes the window.
Create an account or sign in to comment