Login  Register

Re: [squeak-dev] Avoiding the VM-Quit Dialog under Windows

Posted by Michael Rueger-6 on Oct 24, 2008; 12:25pm
URL: https://forum.world.st/Avoiding-the-VM-Quit-Dialog-under-Windows-tp78583p78588.html

Jens Moenig wrote:
> You're right, Bert. Plopp just disables Alt-F4.
>
> I just checked the WindowEvent code in Etoys with the latest Win32-VM I
> could find (3.10.7). That newest VM doesn't seem to be providing these
> events either. Is Windows that different from Mac or Linux? (Okay, that was
> a rhetorical question, sigh...)

if you use a current VM adding
EnableAltF4Quit=0

to the .ini does the trick. It controls both F4 and the window close
button behavior.

Michael