Search found 9 matches

by cooky451
Tue Jun 28, 2011 8:09 pm
Forum: Beginners Help
Topic: MessageBox
Replies: 5
Views: 385

The gui-environment has a function addMessageBox See documentation: http://irrlicht.sourceforge.net/docu/classirr_1_1gui_1_1_i_g_u_i_environment.html#aaf8cad4624c26895523b22728098a917 Thanks for helping me, but I found it just right now. (See edit of post above) But this still needs a device create...
by cooky451
Tue Jun 28, 2011 7:39 pm
Forum: Beginners Help
Topic: MessageBox
Replies: 5
Views: 385

see CGUIMessageBox in Irrlicht source Can't find that. Is CGUIMessageBox declared in irr::gui? Could you post a docu-link, or show me some example how to use? Edit: Ok, I found: Device->getGUIEnvironment()->addMessageBox( Caption.c_str(), MessageText.c_str()); But this still needs a device createt....
by cooky451
Tue Jun 28, 2011 6:19 pm
Forum: Beginners Help
Topic: MessageBox
Replies: 5
Views: 385

MessageBox

Hi, is there a way to show a window, like the Windows "MessageBox()"? The only way I found was: (from tutorial code) IGUIWindow* window = env->addWindow( rect<s32>(100 + Context.counter, 100 + Context.counter, 300 + Context.counter, 200 + Context.counter), false, // modal? L"Test wind...
by cooky451
Mon Jun 27, 2011 8:51 pm
Forum: Beginners Help
Topic: Can't make a new topic
Replies: 13
Views: 473

hybrid wrote:Remove all your cookies etc. and re-login. This should help with such problems.
Works fine, thanks.
by cooky451
Mon Jun 27, 2011 7:56 pm
Forum: Beginners Help
Topic: Can't make a new topic
Replies: 13
Views: 473

OMG! Thanks!
I thought the hole time that I was creating him at this point and that the gravity wouln't have any effect on him. :oops:

Creating with (1,1,1) and (0,0,0) works fine.
by cooky451
Mon Jun 27, 2011 7:38 pm
Forum: Beginners Help
Topic: Can't make a new topic
Replies: 13
Views: 473

I'm using Firefox 4 (5?) with Windows 7, this shouldn't be the problem ;)

@Topic:
I made a "ground", which actually is my level. Collision detection + gravity works fine with the camera, but it doesn't want to work for the ninja. (He hangs around at ~1m over the ground :roll: )
by cooky451
Mon Jun 27, 2011 6:40 pm
Forum: Beginners Help
Topic: Can't make a new topic
Replies: 13
Views: 473

CuteAlien wrote:Maybe it was some temporary problem.
It's still the same. The "new topic" button links me to
http://irrlicht.sourceforge.net/phpBB2/ ... wtopic&f=1
and this link redirects me to
http://irrlicht.sourceforge.net/phpBB2/index.php
by cooky451
Mon Jun 27, 2011 6:14 pm
Forum: Beginners Help
Topic: Can't make a new topic
Replies: 13
Views: 473

Thanks for helping me, but it still doesn't want to work. I want a collision detection between two Models (Model & Level). IAnimatedMeshSceneNode* node = smgr->addAnimatedMeshSceneNode(smgr->getMesh("ninja.b3d"), 0, IDFlag_IsPickable | IDFlag_IsHighlightable); node->setScale(core::vect...
by cooky451
Mon Jun 27, 2011 4:59 pm
Forum: Beginners Help
Topic: Can't make a new topic
Replies: 13
Views: 473

Can't make a new topic

Hi, I'm from Germany so if anyone feels like answer in german -> great! (My english is not that good..) I'm not able to start a new Topic at "beginners help". I have absolutely no idea why. When I click on the "new topic" button the forum directs me directly back to the main site...