A Basic Image Question + a MorphicWindow

Bolot Kerimbaev bolot at cc.gatech.edu
Mon Nov 22 04:51:14 UTC 1999


> How do i detect when an image has opened?

Look at implementors of #startUp and #shutDown.
Also look at SystemDictionary>>addToStartUpList:/addToShutDownList:
Essentially, if you want a class method #startUp (or #shutDown) to be
called, you must do: Smalltalk addToStartUpList: MySplashScreen, then save
the image. Next time you start the image, guess what'll happen! :)

Bolot





More information about the Squeak-dev mailing list