On Mar 20, 2007, at 4:49 PM, Martin Henne wrote: > The crash is gone. But, the widget never gets redrawn untill I e.g. > resize the window. The thread calls Fl::awake() but that does not > update the widget and the draw-method is not called. Here's the > thread: > (explanation after the code)
Call "redraw()" on you widget before you call "unlock()" ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

