We are using fltk 1.3.0rc2; I'm displaying a modal dialog by calling set_override() and set_modal(), then while that modal dialog is being shown I want to show a second modal dialog as a child of the first. The problem is that no matter what I do, the second dialog always shows up _under_ the first.
Any suggestions how I can force fltk to display the second modal dialog on top of the first? Thanks, Chris _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

