Re: [squeak-dev] Avoiding the VM-Quit Dialog under Windows
Posted by
Bert Freudenberg on
Oct 24, 2008; 9:39am
URL: https://forum.world.st/Avoiding-the-VM-Quit-Dialog-under-Windows-tp78583p78584.html
Am 24.10.2008 um 09:13 schrieb Jens Moenig:
>
> Hi all,
>
> I'd like to avoid/bypass the VM-quit dialog (Win32) by handling the
> quitting
> within the image. Is there any way to do this under the current
> Win32 VM? I
> know about disabling Alt-F4 and remember to have read some posts
> about a
> #windowClose event under Linux. Disabling Alt-F4 doesn't quite do
> the job
> for me, because the VM's close button is still visible to the user.
> So I'd
> like to be notified within the image if the user presses the X-
> button, and
> then have the image react accordingly.
>
> Any help would be really appreciated!
I *think* the latest Etoys version from squeakland.org does this, but
I do not use Windows so can't verify.
- Bert -