I hope its a bug or im doing it wrong
The following code works fine with the width but the height isn't changing no matter what value i give. I tested it on ubuntu and windows and both doing the same thing.
Im using Irrlicht version 1.5 but i compiled it from the svn a few weeks ago.
Code: Select all
// set messagebox width / height
env->getSkin()->setSize( EGDS_MESSAGE_BOX_WIDTH, 210 );
env->getSkin()->setSize( EGDS_MESSAGE_BOX_HEIGHT, 210 );
// create the messagebox
env->addMessageBox( L"Do you really want to Quit?", L"", true, ( EMBF_YES | EMBF_NO ), 0, GUI_ID_MENU_QUIT );