[Fix 11.3.0] SCS window pops up at wrong position

Post bug reports here
Post Reply
dennis
Posts: 9
Joined: Sun Jan 05, 2014 8:07 am

[Fix 11.3.0] SCS window pops up at wrong position

Post by dennis » Sat Mar 22, 2014 8:36 pm

Short description:
If closed on a certain position the position of the SCS main window will not be restored on next start.

Affected versions:
Tested with 11.2.5 and 11.2.6n

Description:
The screen layout is pretty simple. Two screens with a resolution of 1280x768 each. SCS main window on the screen leftof the primary one.
However i was able to reproduce this at home with the layout configuration attached. (primary 1600x900 and secondary 1366;768)

If i close SCS the following window position will be saved:

Code: Select all

Main = Max;-1370;0
I expected x = -1366 there.

After opening and closing it again. The new position is now:

Code: Select all

Main = 404;140;792;560
I then changed the x coordinate to

Code: Select all

Main = Max;-1366;0
and it worked

However once closed, the saved position was again:

Code: Select all

Main = Max;-1370;0
So the current workaround was to not use a maximized window. If i use the following window position and size the window will be restored at the position as expected:

Code: Select all

Main = -1366;0;1366;768
Steps to reproduce:
Position the SCS main window on a screen left of the primary screen.
Maximize the window.
Close SCS
Open it again

Expected result:
SCS main window opens maximized on the secondary screen.

Actual result:
SCS main window opens centered at the primary screen with a width of 792px and a height of 560px.


thanks,
dennis
Attachments
scs11dump_2014-03-22_113422.txt
(4.36 KiB) Downloaded 27 times
home_screenlayout.png
home_screenlayout.png (148.87 KiB) Viewed 353 times

Mike Daniell
Site Admin
Posts: 3630
Joined: Sun Jul 24, 2005 8:58 am
Location: Brisbane, Queensland, Australia. TZ:GMT+10
Contact:

Re: SCS window pops up at wrong position

Post by Mike Daniell » Sun Mar 23, 2014 5:27 pm

Hmm. The maximized screen coordinates seem to be out by the window border size. I'll either try to compensate for this difference, or see if there's some way to get the real coordinates.
Mike Daniell
Show Cue Systems Pty Ltd
mike@showcuesystems.com
Image

Mike Daniell
Site Admin
Posts: 3630
Joined: Sun Jul 24, 2005 8:58 am
Location: Brisbane, Queensland, Australia. TZ:GMT+10
Contact:

Re: SCS window pops up at wrong position

Post by Mike Daniell » Mon Jul 07, 2014 4:42 pm

A mod has been applied in 11.3.0 that should fix this issue.
Mike Daniell
Show Cue Systems Pty Ltd
mike@showcuesystems.com
Image

Post Reply