I don't know the answer to your specific problem, but a few observations.
- I don't think "set_non_modal();" is appropriate in the constructor for your Container widget. What do you think it does? I suspect it does not do what you think... - I don't understand why you have used a window as your child widget for the splitter. It would be easier to use a group, or perhaps even a simple box. I think using the window is just making things harder for yourself - and probably will not work as you expect on other platforms, where child windows can behave somewhat differently... 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

