Frustating bug with a simple message box

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
captainkitteh
Posts: 28
Joined: Sat May 21, 2011 10:49 am
Location: Dhaka, Bangladesh
Contact:

Frustating bug with a simple message box

Post by captainkitteh »

This does not make any sense !

I create a message box, for example

Code: Select all

env->addMessageBox(L"Quit?",L"Do you really want to quit?",true,EMBF_YES+EMBF_NO,0,457);
And the text part of the message box does not appear at all !

I get messagebox caption "Quit" but the "Do you really want to quit?" does not appear !!!

I have tried many different combinations but to no avail.

I am using Irrlicht 1.7.1.
Insert witty saying
CuteAlien
Admin
Posts: 10045
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Post by CuteAlien »

Sorry, can't reproduce that with 1.7.2 (but I don't remember fixing there anything about that). Are you sure you do nothing else? Just add that line at the start of one of the examples and check if it also fails there.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply