> When the Group is redrawn, the child window isn't. A > look at Fl_Group::update_child() reveals that the code > explicitly excludes drawing children that are windows, at > least that's how I read it. > > So before I submit an STR, is this the way things are supposed > to work (just not documented), or is it a coding bug? If > the former, just out of curiosity, why would this be the case?
Stan, What OS are you on, and what version of fltk? I think I've done this in the past and it seemed to work (e.g. on a win32 host I was embedding various DirectShow type video feeds and stuff as subwindows of groups, that sort of thing.) Still, I think maybe a subwindow is still a full window in its own right, so maybe you need to explicitly call redraw on it? Not sure. -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

