• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: NSDocument:windowControllerDidLoadNib && When are outlets connected to te loaded nib?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: NSDocument:windowControllerDidLoadNib && When are outlets connected to te loaded nib?
      • From: Gerben Wierda <email@hidden>
References: 
 >Re: NSDocument:windowControllerDidLoadNib && When are outlets connected to te loaded nib? (From: Gerben Wierda <email@hidden>)

  • Prev by Date: Re: Parts of a Method
  • Next by Date: Re: Creating Menu Items from NSMutableArray
  • Previous by thread: Re: NSDocument:windowControllerDidLoadNib && When are outlets connected to te loaded nib?
  • Next by thread: Re: NSDocument:windowControllerDidLoadNib && When are outlets connected to te loaded nib?
  • Index(es):
    • Date
    • Thread