Hello,
It's me again...
I really feel like a spammer those days ;)
Summary:
I have one main window that has 3 children windows
1 MenuBar, and 2 FL_Gl_Window.
But the GL Windows are never drawn...
And I do not understand why...
I can draw the first Gl_Window by calling directly the redraw on the gl window,
but when I call it to the second window, nothing happens...
I looped on the main window children in order to be sure that all my sub
windows are correctly attached to the main one. Everything seems ok here.
I tried to ask the redraw of the main window during iddle time...
(The menu bar is flashing like the hell ;) --> I guess this will be supressed
if I move from FL_Window to FL_Double_Window )
while(frog_window->shown()){
Fl::check();
frog_window->redraw();
}
I didn't implemented redraw methods in by subclass, so It use the default
method.
Isn't it suppose to recursively call the redraw of all the children?
Why the second GL window is not draw?
I hope it is allowed to have more than one Gl_Window at the same time...
Isn't it?
Thanks a lot,
Loic
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk