GUI problem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
crackingod
Posts: 15
Joined: Fri Aug 04, 2006 11:36 am

GUI problem

Post by crackingod »

Hi!
I've got a problem with the GUI. In fact I create a window on the bottom of my screen, but each time I click outside the area of the window, then the window flickers white.
Do you have any idea how to solve that?
(BTW, I recompiled the engine changing a few things in the window, such as making it non movable, and removing close button, but the problem was there before)
Thanks
Xandar
Posts: 16
Joined: Mon Nov 28, 2005 9:17 pm
Contact:

Post by Xandar »

When you create a window , you need to set modal to false if you want to
click outside the area of the window.
Post Reply