ubarsc / tuiview

TuiView is a lightweight raster GIS with powerful raster attribute table manipulation abilities
http://tuiview.org/
GNU General Public License v2.0
26 stars 13 forks source link

Support multiple monitors with the tile window functionality #50

Closed gillins closed 1 year ago

gillins commented 1 year ago

Currently the "tile windows" dialog only works with the primary monitor. It would be useful to be able to tile windows on multiple monitors.

One suggestion that would mean minimum changes is to make "tile windows" only work on the same screen as it was invoked from. So it would only tile windows that are on the same screen as it is shown. So first, you'd have to move all the windows you want to tile to the right screen using whatever mechanism is provided by your OS. Then invoke "tile windows" on one of the windows on that screen. You'd repeat this for each screen you want to tile windows for. Is this sufficient?

Getting tuiview to move windows between screens is more complex and I'd prefer to avoid, but open to suggestions.

cc: @deanpa