Re: [fixed] Open a window created in another nib
Re: [fixed] Open a window created in another nib
- Subject: Re: [fixed] Open a window created in another nib
- From: mmalcolm crawford <email@hidden>
- Date: Wed, 28 Dec 2005 03:14:12 -0800
On Dec 28, 2005, at 2:56 AM, Andrea Salomoni wrote:
I fixed the problem loading the nib file inside the
windowcontroller and using file's owner window outlet connection.
Only a question.... (very stupid I know)
Where Can I find deep documentation about File's owner... I think
is something like a proxy object...
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
LoadingResources/Concepts/SpecialElements.html#//apple_ref/doc/uid/
20000881>
If I understand you correctly, then yes, *within the nib file* File's
Owner is a proxy for the object that will be set as the owner of the
nib when loadNibNamed:owner: is invoked (see http://
developer.apple.com/documentation/Cocoa/Reference/ApplicationKit/
ObjC_classic/Classes/NSBundleAdditions.html#//apple_ref/occ/clm/
NSBundle/loadNibNamed:owner:>).
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden