How can I get the index of the screen my window is on?

There’s a feature request somewhere for window.screen, which would return the screen object that the window is on. The macOS already has this functionality, so Xojo should be to expose it to their customers.

Then again…

1 Like

You could also have a look at this example project: GitHub: jo-tools/monitors
It deals with the “multi monitors with different Scaling” Xojo - issues on Windows by using Declares.

1 Like

That’s great, thanks, @Jürg_Otter !