*pulls hair out* i ned some help! (gui problem)

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
Anonimouse

*pulls hair out* i ned some help! (gui problem)

Post by Anonimouse »

Ok so i had everything working, then I dont know what I did but all of a sudden my GUI stopped recieving/processing events, ive commented out every piece of code which i thought might affect it and still, nothing.


I have no idea why, but i cant type in edit boxes, or select in list boxes. you cant click buttons

HELP! its really stressing me out!

Ash.
Guest

Post by Guest »

1. Did you switch from an old version (0.6 or earlier) to a later version of irrlicht?
2. Post your main loop and your eventreceiver.
Acki
Posts: 3496
Joined: Tue Jun 29, 2004 12:04 am
Location: Nobody's Place (Venlo NL)
Contact:

Post by Acki »

Yes, the source would be helpfull...

Maybe it could be that, for example, a transparent object (picture, ...) overlaps your GUI...
while(!asleep) sheep++;
IrrExtensions:Image
http://abusoft.g0dsoft.com
try Stendhal a MORPG written in Java
Asheh
Posts: 14
Joined: Tue Sep 14, 2004 7:27 pm

Post by Asheh »

Somone on IRC helped, i was returning true from the event reciever :)
Post Reply