[squeak-dev] Snapshot and Startup

Igor Stasenko siguctua at gmail.com
Wed Jul 16 19:57:39 UTC 2008


2008/7/16 Javier Reyes <jreyes at gmail.com>:
> Eliot,
>
> Your comment is very encouraging, but that was already understood without
> posting anything here. Encouraging is welcome , but advice is even better
> received. In my method mySnapshot:andQuit:embedded: as far as I understand
> the only difference with the original is that my class is not called for
> startup. Does anyone have any hint of what could be going wrong ? (And
> thanks again Eliot)
>

You should register your class in startup/shutdown lists. Then
corresponding method will be called.

There is not much need in replacing snapshot:andQuit:embedded: method
by own, if you still want to have everything work as before.
Many things depending on correct startup to make UI responding. A
critical one is for Delay, InputSensors and UI process.




-- 
Best regards,
Igor Stasenko AKA sig.



More information about the Squeak-dev mailing list