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

[STR New]

Link: http://www.fltk.org/str.php?L2611
Version: 2.0-current


Ah, okay. I've seen this before - a similar things happens in FLUID when
creating a TabGroup, or something similar (it's in the STR system). I'll
take a look, but the reason X is hanging is because FLTK is causing/eating
an infinite loop of events, or something like that. rainbowsally had a
simple method to avoid this bug (though it wasn't a fix). A simple
usleep(1) forced FLTK to sleep intermittently and thus would procrastinate
the problem effectively.

Whilst your fix most likely does the job - and thanks for putting in the
work to find and fix this - what I'll do for the time being is investigate
this further. The fact that it appears in two different places suggests -
to me - that we're doing something stupid, and thus whilst your fix is
adequate there must be a slightly smarter one somewhere.


Link: http://www.fltk.org/str.php?L2611
Version: 2.0-current

_______________________________________________
fltk-bugs mailing list
fltk-bugs@easysw.com
http://lists.easysw.com/mailman/listinfo/fltk-bugs

Reply via email to