<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Please read the documentation.<br>
    <br>
    <a class="moz-txt-link-freetext" href="http://squeakvm.org/win32/settings.html">http://squeakvm.org/win32/settings.html</a><br>
    <ul>
      <li> <b>EnableF2Menu</b>: This entry allows you to determine
        whether the preference menu should be shown when pressing F2.
        The default is 1 (true). </li>
      <li> <b>EnableAltF4Quit</b>: This entry allows you to specify
        whether Alt-F4 (and the windows close button) should be honored
        or not. The default is 1 (true).<br>
        <b>New for 3.10.8:</b>When this setting is disabled (0), the VM
        generates a window close event instead which can be handled by
        the image.
      </li>
    </ul>
    There are many other interesting settings documented at the site
    that you should check out if you're trying to set up production
    environments with the Squeak VM on Windows.<br>
    <br>
    Cheers,<br>
    &nbsp; - Andreas<br>
    <br>
    On 12/19/2011 13:53, Esteban Lorenzano wrote:
    <blockquote
      cite="mid:C09CFA5D-365D-4EEB-BC71-D7C691EE6BC0@gmail.com"
      type="cite">
      <pre wrap=""> 
Hi,

Although my direct responsibility with the community is building mac vm's, for my day work necessities I'm also building windows vm's (one of my clients want a multi-platform desktop app). 
When doing this... I found one difference in vm behavior between mac, linux and windows: when you press "close button" in main window, both linux and mac fires a callback to image, who can decide if quit, quit saving or denial of quit for some reason. Windows, in the other hand, pops up a dialog "Quit Croquet without save" and then quits or not. We can't handle this from image.

Changing this is as easy as removing the dialog part... without it, windows behaves just as the other two... 

So, my question: Why??????? Why is that code there? Is there a reason? or just remnants of older vm's? 

best,
Esteban
</pre>
    </blockquote>
  </body>
</html>