Search found 6 matches

by Gao
Sat Mar 04, 2006 11:31 pm
Forum: FAQs, Tutorials, Howtos, and external tool lists
Topic: [SUB] Loading Bar
Replies: 16
Views: 17018

For me it works and very cool, but how can i add an image into the background and how can i turn off the border? :(
by Gao
Thu Mar 02, 2006 9:16 pm
Forum: Beginners Help
Topic: CursorControl
Replies: 13
Views: 759

Thnx a lot... it works well :)

is there any IRC server or something where can i talk with people who use irrlicht?
by Gao
Thu Mar 02, 2006 8:31 am
Forum: Beginners Help
Topic: CursorControl
Replies: 13
Views: 759

scene::ICameraSceneNode* camera;

camera->setInputReceiverEnabled(false);

and

camera->setInputReceiverEnabled(false);

like this?

whan the programm arrive this part it crashes :(
by Gao
Thu Mar 02, 2006 7:24 am
Forum: Beginners Help
Topic: CursorControl
Replies: 13
Views: 759

I MADE IT :) YIPPPPIIIII :)

smgr->setActiveCamera(0);
device->getCursorControl()->setVisible(true);

i know this isn't the best but it works now :) thanks for the help :)
by Gao
Thu Mar 02, 2006 7:18 am
Forum: Beginners Help
Topic: CursorControl
Replies: 13
Views: 759

Thanks but not.

the set visible is just shows me my arow :)

my camera is controlled by the mouse and when the dialog is displayed i don't want to controll the camera by the mouse.

sorry but i'm Hungarian and i can't speak english well :)
by Gao
Wed Mar 01, 2006 7:57 pm
Forum: Beginners Help
Topic: CursorControl
Replies: 13
Views: 759

CursorControl

Hi all!

I have a scene with CursorControl and i made if i press ESC key than the programm shows the ingame menu.. i wanna drop the CursorControl for this time and i wanna get it back if i press the Cancel button... how can i drop the CursorControl cause the device->getCursorControl()->drop(); don't ...