On Feb 4, 2010, at 6:18 PM, Mike Polan wrote: > Hi, I'm a newbie to Cocoa development. I've been pouring over docs and I > can't seem to find a solution to this (I'm assuming) very basic problem. I > have a non-document based Cocoa app built in Interface Builder (I selected > Cocoa Application from the new project menu in Xcode), and I would basically > like to display a sheet right after the main window is shown. I tried > setting the main window delegate as the app controller, but I'm not exactly > sure in what method call I should show the sheet. I tried to show the sheet > in awakeFromNib, but that did nothing. :( > > Any hints?
-windowDidBecomeKey: in the delegate? Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
