Re: [Pharo-users] How to trigger (execute) code at startup of the image

2017-05-30 Thread Georges
Thanks Sven and Alistair for your answers. I will try them both :) Georges -- View this message in context: http://forum.world.st/How-to-trigger-execute-code-at-startup-of-the-image-tp4948342p4948646.html Sent from the Pharo Smalltalk Users mailing list archive at Nabble.com.

Re: [Pharo-users] How to trigger (execute) code at startup of the image

2017-05-26 Thread Alistair Grant
On Fri, May 26, 2017 at 10:44:56AM +0200, Georges Kerssies wrote: > Hello, > > Does anybody know how to execute code at startup of the image? > Something like returnFromSnapshot in vw > > Thanks in advance, > > Georges Sven answered the question for code already in the image. If you're talking

Re: [Pharo-users] How to trigger (execute) code at startup of the image

2017-05-26 Thread Sven Van Caekenberghe
Hi George, > On 26 May 2017, at 10:44, Georges Kerssies wrote: > > Hello, > > Does anybody know how to execute code at startup of the image? > Something like returnFromSnapshot in vw > > Thanks in advance, > > Georges Check out the class SessionManager and its references/usages. SessionMa