Re: windowDidLoad
Re: windowDidLoad
- Subject: Re: windowDidLoad
- From: Dominik Pich <email@hidden>
- Date: Tue, 27 Jul 2004 23:14:24 +0200
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.
Fred
I checked out the "Sketch" sample app and it works
fine there.
How can I get -windowDidLoad to execute?
Thanks
--Dominik
_______________________________________________
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.
_______________________________________________
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.