Re: NSDocument:windowControllerDidLoadNib && When are outlets connected to te loaded nib?
Re: NSDocument:windowControllerDidLoadNib && When are outlets connected to te loaded nib?
- Subject: Re: NSDocument:windowControllerDidLoadNib && When are outlets connected to te loaded nib?
- From: Kyle Moffett <email@hidden>
- Date: Fri, 16 Aug 2002 18:46:52 -0400
On Friday, August 16, 2002, at 03:01 PM, Gerben Wierda wrote:
I have a subclass of NSDocument and NSWindowController. Now, I seem to
have messed things up. Because windowControllerDidLoadNib is never
called. Who is responsible for calling this method? Am I myself (in
makeWindowControllers)?
Yes, or just put your code in at the end of the makeWindowControllers
function.
The windowControllerDidLoadNib is called to signify that all the
connections are
made and the window is loaded, namely right after you
makeWindowControllers.
It was just designed as a method of initialization that requires
slightly less work
than the makeWindowControllers method.
HTH,
Kyle Moffett
_______________________________________________
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.