@Albrecht Schlosser: Thank you, I had no idea that the callback function was called inside handle(), which of course I overriden and I didn't put anything in the code to handle callbacks.Didn't know about do_callback() either. Also thanks for those macros (FL_MOVE,FL_PUSH,etc.) advices.
@Greg Ercolano: Thanks, I've seen this method before, probably you where the one from which I saw it in the first place :).I'll always do it this way from know on. I guess I assumed it was gonna be as easy as I did it in my code and I didn't read the Event chapter that much before trying this program because I was confident it would work.I also try to learn from tutorials a lot. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

