Running code on image startup

Luke Gorrie lukego at gmail.com
Mon Jan 28 10:44:07 UTC 2008


"Edgar J. De Cleene" <edgardec2001 at yahoo.com.ar> writes:

> You could have some class named MyStart, with class method startUp with your
> code.
> Then do Smalltalk addToStartUpList: MyStart in Workspace.

Thanks!

Is there a simple way that I could make this happen automatically upon
either loading my code from Monticello or loading my Project file? I
know that ChangeSets have a mechanism along these lines and I could
use a pointer to an example or somesuch.

Cheers,
-Luke





More information about the Squeak-dev mailing list