How to save the image and exit with a message call

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to save the image and exit with a message call

Louis LaBrunda
Hi,

How can I save the image and then exit with a message call without any
prompting window?

Assuming this is a two step process, when the image is restarted, will it
be just after the save and just before the exit and then exit again?

If so I guess I can test for that condition and not exit.

Lou
-----------------------------------------------------------
Louis LaBrunda
Keystone Software Corp.
SkypeMe callto://PhotonDemon
mailto:[hidden email] http://www.Keystone-Software.com


Reply | Threaded
Open this post in threaded view
|

Re: How to save the image and exit with a message call

Herbert König
Am 21.02.2013 15:33, schrieb Louis LaBrunda:
> Hi,
>
> How can I save the image and then exit with a message call without any
> prompting window?

SmalltalkImage current snapshot: true andQuit: false

Cheers,

Herbert

>
> Assuming this is a two step process, when the image is restarted, will it
> be just after the save and just before the exit and then exit again?
>
> If so I guess I can test for that condition and not exit.
>
> Lou
> -----------------------------------------------------------
> Louis LaBrunda
> Keystone Software Corp.
> SkypeMe callto://PhotonDemon
> mailto:[hidden email] http://www.Keystone-Software.com
>
>