Msmax Posted August 30, 2020 Share Posted August 30, 2020 Trying again to load my document in fullscreen and properly centered using some commands in script without any luck. The next commands does not work if used in a sequence: system.maximize() or system.fullscreen = 1 Have put them in a sequence. My document window is NOT maximized. When sequence is started manually in "Workspace tree" then I expected something should happen... but nothing at all. Did find a post describing the same but no solution was posted yet to this problem. Any tips how to use these commands in script? Quote Link to comment Share on other sites More sharing options...
AzeoTech Posted September 4, 2020 Share Posted September 4, 2020 Use the OnLoad event of a component on your first page to call the sequence as a function instead of running it in the background. OnLoad only gets called once, so should do the job. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.