Page 1 of 1

Hidden window and still possible to resize it...

Posted: Tue Dec 12, 2006 14:57
by Orior
Hi!

I am using Ogre 1.2.4 and CEGUI 0.5.0b and when i hide my FrameWindow or double click on titlebar, i can still resize the invisible window.

How do i fix this behaviour?

Image

Image

Image

Posted: Tue Dec 12, 2006 15:16
by Sjizo
try setting the window to disabled. I did that for a window and te cursor doesn't change anymore.

Posted: Tue Dec 12, 2006 15:21
by Orior
I got the same problem if the window is disabled...

Posted: Tue Dec 12, 2006 16:40
by Orior
Found the problem.

setAlwaysOnTop(true) caused the problem.

Maybe a bug?