Search found 5 matches

by MyGrandpaWheels
Fri May 08, 2015 3:10 am
Forum: Bug reports
Topic: [fixed]key input
Replies: 16
Views: 5272

Re: [fixed]key input

You know more from far away than me with my eyes on the screen.. I was using Irrlicht installed from the repository, with the package manager, I mean. So I removed it and re-pointed the project with the newly compiled sdk, and all worked fine! Now the num pad works perfectly! :D Thanks for your pati...
by MyGrandpaWheels
Thu May 07, 2015 2:12 pm
Forum: Bug reports
Topic: [fixed]key input
Replies: 16
Views: 5272

Re: [fixed]key input - I'm doing somethig wrong..

MyGrandpaWheels wrote:..but I can't understand where I'm failing.

The fatal error occur on the second line, CameraSceneNode->setPosition(vector3df(0, 0, 30));

sorry, not this line: the next, I mean

CameraSceneNode->setTarget(vector3df(0, 0, 0));

Excuse me :oops:
by MyGrandpaWheels
Thu May 07, 2015 1:53 pm
Forum: Bug reports
Topic: [fixed]key input
Replies: 16
Views: 5272

Re: [fixed]key input - I'm doing somethig wrong..

..but I can't understand where I'm failing. well, first of all, I downloaded a snapshot of irrlicht 1.9, just to avoid installing SVN; on the other hand, the compiling worked like a charm. In my IDE (NetBeans) I updated the include directory and the linked library to the new directory of the 1.9 Ful...
by MyGrandpaWheels
Thu May 07, 2015 10:26 am
Forum: Bug reports
Topic: [fixed]key input
Replies: 16
Views: 5272

Re: [fixed]key input

Many thanks, really clear!
I didn't understand that in the developer version it was fixed.
By the way, Irrlicht is so good: powerful and simple!

Bye..
by MyGrandpaWheels
Thu May 07, 2015 9:36 am
Forum: Bug reports
Topic: [fixed]key input
Replies: 16
Views: 5272

Re: [fixed]key input

Excuse me, I'm new to Irrlicht and I'm a bit slow on the uptake. I have exactly this problem, but I don't understand how to patch it :oops: I work on a Linux platform, Irrlicht 1.8, I have a editbox and I can't input numbers by the keypad.. could someone tell me in a simple manner what i must do? Ma...