LWJGL Forum

Programming => Lightweight Java Gaming Library => Topic started by: saytheb on December 19, 2012, 08:18:43

Title: Problem with Windows 7 side-docking
Post by: saytheb on December 19, 2012, 08:18:43
Hello all,

I'm having a problem with game client rendering currently. Starting with win7, an application can be "docked" to the side of your screen. This works fine with the current code, but it breaks once the game window loses focus. If you drag the window to the side of the screen and allow Windows to "dock" the window, then change the focus to another window, then back to the game window, it will reset back to the center of the screen and resize back to it's "create" size. If I manually resize the window and move the position to somewhere on the screen, change focus and return focus, all is fine. This only appears to happen when using the windows 7 docking.

Can anyone give some advice on what might be wrong? Or maybe this is a bug?

Thanks!
Title: Re: Problem with Windows 7 side-docking
Post by: saytheb on January 15, 2013, 21:04:53
Still looking for any information on this.. it's an odd one ???.