On 08/19/11 03: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?

To rule out it being a graphics driver problem,
try compiling this simple example, and see if it
you get the same problem:

http://seriss.com/people/erco/fltk/#FltkX

If you do get the problem, it might be an issue
either with the graphics driver, window manager,
FLTK, or some such.

If you don't get the problem, then it might be your
program; make sure your widget sizes are right, that
all child widgets are within the bounds of their parents,
and that you're not drawing outside of your widget's xywh extents.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to