Default window

When launching a client window on a multi-monitor PC, is it possible to specify the default window that it launches in? I am navigating to the gateway via screen 5 and launching a client from there, the login screen and subsequent client window launch on screen 1 (which has the windows (7) start menu)… I then have to drag the client from screen 1 to 5 (and this is not “remembered” like other windows applications).

The Kymera Utility Scripts module has the ability to do this. Put a call to system.client.moveProject(4) into a client startup script, and the window will be moved after the user logs in.

You can also go to project properties client launching and set the screen index to the correct monitor you would like the project to launch on.

Thanks to you both