This problem is cause by the default
behaviour implemented when [Page]DynamicSizing=0, which is to
automatically maximise a newly created window. This causes the
window position to reset to (0,0) when the current position is
fully or partially off-screen.
As of version 6.10, you can set [Page]MaximiseOnCreation to 0 and
new windows will not be maximised, meaning they will be displayed
at the intended coordinates.
Note that WinNewAt can successfully display windows at negative
coordinates as well as coordinates fully or partially
off-screen.
|