Hello, CC> Ops, yes I forgot to mention...I meant to force the redraw of the CC> morph by code (this is the first attempt in Smalltalk and Morph for CC> me).
usually a Morph redraws when it gets a #changed message or one of its derivatives (changed: ) There are ways to force a redraw if the computer is too busy to redraw any Morph (not the case in the tutorial unless you have a *very* slow computer). Cheers, Herbert _______________________________________________ Beginners mailing list [email protected] http://lists.squeakfoundation.org/mailman/listinfo/beginners
