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.
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
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