Re: File's owner, outlets and methods
Re: File's owner, outlets and methods
- Subject: Re: File's owner, outlets and methods
- From: Dave Carrigan <email@hidden>
- Date: Thu, 13 Aug 2009 13:59:32 -0700
On Aug 13, 2009, at 1:32 PM, Michael de Haan wrote:
The inspector of File's owner in the "Custom" xib shows, as expected
an outlet ( which is connected) as well as the method "showPanel"
which is *not* connected. In fact, I am unable to "connect" ( if
that is the correct terminology) the "About NewApplication" to this,
or to the File's owner (control-drag), but am able to do so to the
AppController object in the mainMenu.xib
I'm not 100% sure, but it seems like you're saying that you are trying
to connect the About NewApplication menu item in MainMenu.xib to the
Files Owner in Custom.xib?
If that is the case, you can't do that. All connections must be
between objects and proxy objects within a single xib. The nib loading
process only works on a single nib at a time and doesn't know anything
about what might be in some other nib.
--
Dave Carrigan
email@hidden
Seattle, WA, USA
Attachment:
PGP.sig
Description: This is a digitally signed message part
_______________________________________________
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