[VERY DEEP QUESTIONS] For me

Bovaird, Brian Brian.Bovaird at NOVELLUS.com
Wed May 21 17:08:19 UTC 2003


Thanks Andreas.

I assume I same my image with my application running and maximized to hide
the desktop of squeak.
Would I also want to override the close method of the application window so
that the squeak environment shuts down too?

Thanks,
Brian

-----Original Message-----
From: Andreas Raab [mailto:andreas.raab at gmx.de]
Sent: Wednesday, May 21, 2003 9:55 AM
To: 'The general-purpose Squeak developers list'
Subject: RE: [VERY DEEP QUESTIONS] For me


> Is there a method to create an .exe once I have my 
> application completed so that my customers can just
> run my executable and would not even know they
> are running smalltalk (Of course I would let them know that in the
> application notes :)  )?

Sure. For example:

* Rename 'Squeak.exe' to 'MyApp.exe'
* Rename 'Squeak.ini' to 'MyApp.ini'
* Move 'Squeak.image' to 'appdata\MyApp.dat'
* Within MyApp.ini add

[Global]
WindowTitle = My Coolest App
ImageFile = appdata\MyApp.dat

(ImageFile can be relative or absolute, e.g., C:\MyApp\MyApp.dat).

Off you go ;-)

Cheers,
  - Andreas



More information about the Squeak-dev mailing list