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

[STR New]

Link: http://www.fltk.org/str.php?L2617
Version: 1.3.0


There is a inconsistent behavior when an modal window
is closed the win32 implementation is calling BringWindowToTop()
on the previous window in stack and a VM_SHOWWINDOW event is 
pushed into message queue for the actual window.

This will result in that a window's implementation of show() will
be called even if it's already shown and will introduce problems
when user uses show() for example: initialization of dialog data.

One solution to this could be a check inplemented in WndProc() to 
filter out dispatching of show events if window alread is in the state
of the request.

/Henrik Andersson


Link: http://www.fltk.org/str.php?L2617
Version: 1.3.0

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

Reply via email to