GUI windows without the minimize, close, max, or title bar??

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
WhytWulf
Posts: 51
Joined: Mon Sep 08, 2003 11:14 am
Location: Australia, Tamworth, NSW
Contact:

GUI windows without the minimize, close, max, or title bar??

Post by WhytWulf »

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...??
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

Hi, currently it is a little bit problematic. We've talked about this already here: http://irrlicht.sourceforge.net/phpBB2/ ... c.php?t=39
Post Reply