Problem with NSApp delegate and menus
Problem with NSApp delegate and menus
- Subject: Problem with NSApp delegate and menus
- From: Jan Van Tol <email@hidden>
- Date: Fri, 11 Oct 2002 17:12:40 -0500
In my main class, an NSWindow subclass, I put this in awakeFromNib:
[NSApp setDelegate:self];
I did this so I can use
applicationShouldTerminateAfterLastWindowClosed, but there's a problem.
Whenever I try to select a menu, just a single click will do it, the
app goes beachball on me. applicationShould... works great however.
Thanks in advance,
-Jan Van Tol
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.