Re: [Pharo-users] Start up actions

2014-11-05 Thread Carlo
Hi Peter From my perspective option b. offers the most flexibility and is most explicit although the StartupLoader class (see class comments and examples) seems versatile and simple. > a. Include a file named startup.st in the same folder as the image, and > put a script to start the pro

Re: [Pharo-users] Start up actions

2014-11-05 Thread Sven Van Caekenberghe
The absolute simplest thing is to just create the process and save the image with it, it will keep on running. > On 05 Nov 2014, at 12:05, PBKResearch wrote: > > Hello > > I have a puzzle as to how to implement a start-up action. I would like to > have a monitoring process running in the bac

[Pharo-users] Start up actions

2014-11-05 Thread PBKResearch
Hello I have a puzzle as to how to implement a start-up action. I would like to have a monitoring process running in the background while I am working on my project, and it would be easier if this process started up automatically when the image is loaded. I have hunted through my current image,