From: Sam S. <sam...@gm...> - 2005-11-22 01:20:50
|
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 { return YES; } I was referring to the menu item / command + Q not working, which works properly in TikiTest so I probably broke TikiBlap. -Sam |