Is there a way to turn off those added extras..
IGUIWindow* window = env->addWindow(rect<s32>(100 + cnt, 100 + cnt, 300 + cnt, 200 + cnt), 0, -1, L"Test window");
If I use that I get a windows style window, I just want the window frame, and none of the controls, but I do want to be able to disable (IE make invisible) at a key press, and if the key to activate is pressed the contents wil appear. I can figure out the storing the contents but the de-activation of the windows controls is turning out to be a little harder..
anyone...??
GUI windows without the minimize, close, max, or title bar??
Hi, currently it is a little bit problematic. We've talked about this already here: http://irrlicht.sourceforge.net/phpBB2/ ... c.php?t=39