Feb. 5, 2012
3:33 p.m.
Dave Mason-3 wrote
You need to call #startStepping if you want #step to get called frequently according to #stepTime.
Actually you don't with Squeak 4.2 and Pharo 1.3 (don't know about earlier versions), because Morph>>initialize does that. But just for completeness, I did that, and it made no difference.
It seems that if you go the #startStepping route, you have to call it after the morph has been added to the world. e.g. the following works: w := MyWindowSubclass new openInWorld. w startStepping. -- View this message in context: http://forum.world.st/Trying-to-undeerstand-Morphic-subclasses-and-step-step... Sent from the Pharo Smalltalk mailing list archive at Nabble.com.