Re: windowDidLoad
Re: windowDidLoad
- Subject: Re: windowDidLoad
- From: Shawn Erickson <email@hidden>
- Date: Tue, 27 Jul 2004 14:32:57 -0700
On Jul 27, 2004, at 2:14 PM, Dominik Pich wrote:
awakeFromNib works fine but I want this to work like apple's doc say!
Thanks anyways,
Dominik
On Jul 27, 2004, at 11:03 PM, Frederick Cheung wrote:
On 27 Jul 2004, at 22:56, Dominik Pich wrote:
I need to set the values of my views immediately after the enclosing
window loads. The documentation mentions that -windowDidLoad in the
NSWindowController could be used for such a thing. I've added a
-windowDidLoad method to my subclass of NSWindowController but
although
the window loads, -windowDidLoad never gets called at run time.
adding an awakeFromNib method to your window/views might be better
suited to your needs.
You sure you have file's owner and outlets setup correctly in your
documents nib? Review the following...
<
http://developer.apple.com/documentation/Cocoa/Conceptual/Documents/
index.html#//apple_ref/doc/uid/10000006i>
-Shawn
_______________________________________________
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.