On 15/01/2010, at 5:57 AM, David Blanton wrote: > I need awakeFromNib to be called for any instance on my NSDocument sublass.
This isn't an answer to your question, but I believe generally you should be using the -windowControllerDidLoadNib: method of NSDocument instead of -awakeFromNib if you are not using a separate NSWindowController. -- Rob Keniger _______________________________________________ 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]
