On 08.05.2008, at 20:37, Lukasz wrote: > I have a following problem. In the draw() function of the main > window I > have, among other things, a following code: > It's (again) driving me nuts :-). Why could possibly draw_child() not > call draw() ?
This is by far too little code for me to understand what you are doing, and too little explanation to figure out why you are doing this. Please be more specific and explain, why you want to change the redraw mechanisms. Did you try to set a breakpoint in your derived window's draw() function? You can then go through your code step by step and see exactly what lines are executing and why. Matthias ---- http://robowerk.com/ _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

