On 19.08.2011 12:47, PARAJU wrote: > I made a program using the class Fl_Double_Window to make a graph, the > problem is that when I open and close a window of another program, a part of > my graphic disappears. But when I use the Fl_Window class, do not. What could > be happening?
Without more info about how you "make a graph" we can only guess. The most probable error in your program might be that your draw() method is not correct. Please answer Ian's questions an show us how you make/draw your graph at least. A complete example program would be much more helpful though. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

