ok trying to implement gui but now when i dont use the fps camera anymore ( se other thread ) and sets event revicer to the proper revicer i cant klick buttons anymore but i dont have any revicer at all i can klick buttons.
ANyone know the source of this evil?
thanks in advanced.
New problem [GUI Grays out]*solved*
New problem [GUI Grays out]*solved*
Last edited by Athos on Mon Aug 22, 2005 1:44 pm, edited 1 time in total.
Most probably the same reason my GUI system failed to respond to anything,
My event receiever always returned true which meant the EventDispatcher for the GUI elements never recieved anything at all.
In short: Make sure you only return true if the event was useful to you, otherwise let it be dispatched to its correct location.
Hope that helps
My event receiever always returned true which meant the EventDispatcher for the GUI elements never recieved anything at all.
In short: Make sure you only return true if the event was useful to you, otherwise let it be dispatched to its correct location.
Hope that helps