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


I wouldn't call this behavior "inconsistent", and it is even documented
(somewhere) that it is harmless to call show() more than once to bring a
window in front (the Window Manager may, however, decide not to do that,
anyway).

If you really want to initialize dialog data only in the first call of
show(), then you can (and IMHO *should*) guard this part of the code with
a static variable and modify and check this variable to see if this has
been done before.

If I misunderstood you, please elaborate on what you mean exactly with
"inconsistent", and why you think that this behavior should be changed.


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