[..]
> the pb is that only the first window is shown and I don't understand why.
>
> Can someone help me ?
>

I ran into something similar a few weeks ago (search this forum to
find the details). I think the solution to your problem might be to
give your class a draw() method something like this
   container1->draw(); container2->draw(); Fl_Group::draw();

I haven't had a chance to try it though.

hth,
Stan



_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to