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 d...@rudedog.org Seattle, WA, USA
PGP.sig
Description: This is a digitally signed message part
_______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com