[SOLVED]Application doesn’t respond

I created a nifty GUI. Now my application loads and seems to hang. I can’t do anything and my mouse pointer isn’t visible. Only when I click at a position of the StartScreen, following info messages appear:



Information: [processMouseEvent] [0, 0, 0, 0, true] processed [false]

Jan 04, 2012 2:23:22 PM de.lessvoid.nifty.Nifty$NiftyInputConsumerImpl processMouseEvent

Information: [processMouseEvent] [0, 0, 0, 0, true] processed [false]

Jan 04, 2012 2:23:23 PM de.lessvoid.nifty.Nifty$NiftyInputConsumerImpl processMouseEvent

Information: [processMouseEvent] [0, 0, 0, 1, true] processed [false]

Jan 04, 2012 2:23:23 PM de.lessvoid.nifty.Nifty$NiftyInputConsumerImpl processMouseEvent



Does anybody know what causes this? If you need to see the code, please tell me so. Because it would take me a little time to collect the relevant code passages.

Sounds like maybe you use the fly camera but forget to disable it.



flyCam.setEnabled(false)



just a guess, though.

2 Likes

Thanks,now it works :slight_smile: