> Oh, I thought the Window constructor called .begin() like in FLTK1 :\
No, a decision was made that you need to call begin explicitly in all cases in fltk-2, to make it more symetrical, since you always have to call end explicitly anyway, and the "implicit" begin did seem to confuse people from time to time. I'm pretty sure that's in the fltk-2 docs, actually, erm, somewhere...! -- Ian _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

