• 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: programmatically placing GUIs
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: programmatically placing GUIs


  • Subject: Re: programmatically placing GUIs
  • From: Quincey Morris <email@hidden>
  • Date: Wed, 27 Feb 2008 15:34:11 -0800


On Feb 27, 2008, at 15:21, Daniel Child wrote:

In IB, targets / outlets are set as normal. The window delegate is set to File's Owner (the window controller) so that I can call - windowWillLoad to resize all the GUIs prior to loading. Is there anything else I could be missing?


'windowWillLoad' isn't something you call, it's something you override, and the window's delegate isn't involved with this. IAC it seems like you would want to override 'windowDidLoad'. By definition, the window doesn't exist before it's loaded from the nib.


_______________________________________________

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


References: 
 >programmatically placing GUIs (From: Daniel Child <email@hidden>)

  • Prev by Date: multiplex serial port data
  • Next by Date: Re: Drawing from secondary thread erases resize corner in window?
  • Previous by thread: programmatically placing GUIs
  • Next by thread: Re: programmatically placing GUIs
  • Index(es):
    • Date
    • Thread