DO NOT REPLY TO THIS MESSAGE.  INSTEAD, POST ANY RESPONSES TO THE LINK BELOW.

[STR New]

Link: http://www.fltk.org/str.php?L2490
Version: 1.1.10


Thanks, gabrbedd. Please also take a look at the "duplicate" field in this
STR. It may give a hint. There was a known issue when the Fl::grab()
function was still set on the pulldown menu and a standard dialog would
pop up: the standard dialogs have their own event loop, creating a
recursion. However, these local event loops only watch the local widgets.
With the grab() still on the pulldown menu, we locked ourselves out.

Here, it seems slightly different, because the popup window doesn't even
show up... . One thing to test would be to change the search-and-replace
dialog from modal() to non_modal(), hence avoiding the grab().


Link: http://www.fltk.org/str.php?L2490
Version: 1.1.10

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

Reply via email to