logo       

Re: deploying Squeak applications: msg#00097

lang.smalltalk.squeak.beginners

Subject: Re: deploying Squeak applications

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>
Google Custom Search

News | FAQ | advertise