NSApp beginSheet:NSWindow notification of sheet opening?
NSApp beginSheet:NSWindow notification of sheet opening?
- Subject: NSApp beginSheet:NSWindow notification of sheet opening?
- From: Robert Mullen <email@hidden>
- Date: Fri, 12 Dec 2008 10:26:09 -0800
I have an NSWindow that unfortunately is in the Main nib of my project
(to be changed later) and is being shown modally from the default
NSWindow using
beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:.
How can I trap when this modal sheet is displayed from within its
controller? I could do awakeFromNib if it were loaded from its own NIB
but that will not work for now. I have not been able to get an
NSWiindow delegate or notification to fire when opening this way.
TIA
_______________________________________________
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