16 Jul 17:27
Re: Snapshot and Startup
From: Eliot Miranda <eliot.miranda <at> gmail.com>
Subject: Re: Snapshot and Startup
Newsgroups: gmane.comp.lang.smalltalk.squeak.general
Date: 2008-07-16 15:27:25 GMT
Subject: Re: Snapshot and Startup
Newsgroups: gmane.comp.lang.smalltalk.squeak.general
Date: 2008-07-16 15:27:25 GMT
On Wed, Jul 16, 2008 at 8:00 AM, Javier Reyes <jreyes <at> gmail.com> wrote:
Hello All,
¿Is there a way to save the current image without invoking all the registered startup methods immediately ?
Write your own surround to the snapshot primitive and you can make the startup do whatever you want. Have a look at SystemDictionary>>snapshot:andQuit:embedded: and what it does after it calls snapshotPrimitive.
Best,
Javier Reyes
RSS Feed