I tried to fix it. The position of viewer and editor should be remembered on the whole virtual screen.
Here's a build of DC, please check:
http://www.sendspace.com/file/tkdphkAlso, there are some info displayed in the console which I would like to see, marked by :
Code:
-- MONITOR TEST START --
-- MONITOR TEST END --
Start DC from console, open viewer, put it on left screen, close, open viewer, put it on right screen, close, and open again. Then paste the output of the console.
I think the session.ini should have separate configuration for multi-monitor. Currently:
Code:
[TfrmViewer(1600x900)]
denotes the (single) monitor resolution. In case of two monitors I think it should be:
Code:
[TfrmViewer(3200x1800)]
the whole virtual screen size.
Is it possible to have different resolutions on different monitors?