DO NOT REPLY TO THIS MESSAGE. INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.
[STR New] Link: http://www.fltk.org/str.php?L2134 Version: 1.3-current Maybe this is a misunderstanding WRT what your application should do for an FL_CLOSE event. IMHO, you're supposed to hide() the window, if you want to close it, but not to delete() the window (nor call Fl::delete_widget(window)). What happens, if you call hide() on the window in your event handler or callback, instead of (or before) Fl::delete_widget() - please test without your proposed change! If this doesn't work, please provide a short test program so that we can see what happens (or not). Link: http://www.fltk.org/str.php?L2134 Version: 1.3-current _______________________________________________ fltk-bugs mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-bugs
