Re: programmatically placing GUIs
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