Stepping question..

Robert Hirschfeld hirschfeld at acm.org
Mon Sep 25 07:02:38 UTC 2000


Kevin Fisher wrote:
> 
> Hi all:
> 
> I've got a silly stepping question...is it possible to make a
> not-currently-visible Morph receive steps? Or must it be visible in order to
> receive them?
> 
> I'm trying to make a non-visible class do some background processing and step
> seems like the most convenient way of doing it.

Overriding Morph>>wantsSteps should help:

	wantsSteps
		^ true

-Robert





More information about the Squeak-dev mailing list