|
Re: deploying Squeak applications: msg#00097lang.smalltalk.squeak.beginners
Hi Mark, On 8/13/07, Mark Volkmann <mark@xxxxxxxxxx> wrote: > How are Squeak applications typically deployed to users? I'd package the image and changes file, maybe along with the VM, and ship those. > Is there a way to > create an image that runs a given method when double-clicked? You can add a class to the startup list: SystemDictionary>>#addToStartUpList: will do that. The class is required to understand the #startUp: message, which will be sent to it when the image is loaded and started. #startUp: accepts a Boolean telling it whether the image is resuming (newly started). > Is there a way > to reduce an image to contain only the classes used from a given starting > class? That one, I cannot answer. Best, Michael
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: class name scoping, goran |
|---|---|
| Next by Date: | Re: class name scoping, Mark Volkmann |
| Previous by Thread: | deploying Squeak applications, Mark Volkmann |
| Next by Thread: | Re: deploying Squeak applications, Mark Volkmann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |