Premature notification from NSApplication - workaround?
Premature notification from NSApplication - workaround?
- Subject: Premature notification from NSApplication - workaround?
- From: Graham Cox <email@hidden>
- Date: Tue, 22 Apr 2008 00:14:05 +1000
I'm responding to: - (void) applicationDidBecomeActive:
(NSNotification*) aNotification
But when I get the notification, it seems that [NSApp mainWindow]
still returns nil as if it were inactive. The message is obviously
sent before -mainWindow is set up, which means that in fact the
application isn't really yet active in a useful sense - the message is
sent prematurely.
Any way to get the current main window at this time?
G.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden