Ffenestri (multiple host window support), and Mac Host Menus

John M McIntosh johnmci at smalltalkconsulting.com
Tue Jan 16 19:30:45 UTC 2007


Well the host menu quit command does is


	applicationQuit ifNotNil: [applicationQuit handler:
		[:evt | Smalltalk snapshot:
			(self confirm: 'Save changes before quitting?'
				orCancel: [^ self])
				andQuit: true]].

mmm well that is wrong, SmalltalkImage current...
and the error handler in the menu  handler code traps the error so   
you don't see it.

I've posted a fix to my ftp site and idisk.

HostMenus-Fixes-1.1.cs



On Jan 16, 2007, at 1:14 AM, ---- ---- wrote:

>
> All SUnit test are green.
> The quit command of new menu do not works. Ask for save or no , but no
> quits.
> The usual World menu is working, if this helps you
>
> Host Windows are nice !!!!
>
> Edgar
>

--
======================================================================== 
===
John M. McIntosh <johnmci at smalltalkconsulting.com>
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
======================================================================== 
===





More information about the Squeak-dev mailing list