From: Atani <at...@at...> - 2005-11-22 23:05:47
|
Thanks the code below seems to have solved the problem. I added it to TikiTest as well since it was showing the same problems. Perhaps we should consider having a common "main" package? Mike On 11/21/2005, "Sam Steele" <sam...@gm...> wrote: > >On Nov 21, 2005, at 8:12 PM, atani wrote: > >> When you hit the window close icon (red blob) the window closes >> properly but the app doesnt! > >That's normal behavior on OS X if you don't have this method in your >window controller: > >-(BOOL)applicationShouldTerminateAfterLastWindowClosed:(NSApplication >*)theApplication >{ >=09return YES; >} > >I was referring to the menu item / command + Q not working, which >works properly in TikiTest so I probably broke TikiBlap. > >-Sam |