May 13, 200817 yr This is probably fairly simple however I cannot get it. How would I make the following script work without it leaving the layout from which it was run. IE - not changing to other layout while in browse mode. I tried freeze window and such, however if I remove GO to layout script step I cannot get it to work at all. See the attached picture for the script. Thank you.,
May 13, 200817 yr I don't think there is a way to do what your asking because you scripting layout changes. My only suggestion would be to open a new window, have it go through the process and close at the end.
May 14, 200817 yr Hi, if it's just to avoid that the user sees the new window, you can set it to 1x1 pixels at the top and left of your main window. Gilles
May 14, 200817 yr Further to the 1 pixel x 1 pixel advice I got round this by specifying a new window with a minus number (-1000pixels in both directions) for the position. This meant that the new window was to all intents and purposes a virtual window that only existed off to the left and above my monitor. Close the window at the end and go back to your original layout - No flashing or other refresh problems hth Phil
Create an account or sign in to comment