Page 1 of 1

little Bug: Reset of Screen Size/Pos by closing fullscreen

Posted: Sat Feb 04, 2006 7:14 am
by brotondi
If you close XNView when it is not in Fullscreen-Mode, next Time you open it, you have the same size and Position.

But if you maximized XNView and close now, these values are lost and you have to rearrange it.

I do this quite often since normally I close in Fullscreen-Mode, but preffer dragging the Window over 2 Screens for other purposes.

Greetings, Bruno

Posted: Sat Feb 04, 2006 4:28 pm
by Dreamer
Known bug. :(

Posted: Sat Feb 04, 2006 9:18 pm
by brotondi
Easy way to fix with almost no programming (I do it in my apps):
- When catching a quit trigger change to normal view before quiting
-> The default routines will save position and size
-> When restarting the settings "[x]start in fullsize" will override this
(or also a new flag could be added "ClosedFullsize)

Greetings, Bruno