On Sat, 05 Jun 2010 22:14:22 +0100, Jean-Fran?ois Brouillet <ve...@mac.com> said: >So ... is there a way to refer to NIB1.objA from NIB2.objB ?
This is probably the most FAQ in the entire Cocoa universe, so check the archives. But basically it's up to YOU to organize things so that there's a chain of references that connects the instances you need connected. Both objects can see certain objects in common (for example, they can both see the shared application object, and therefore they can both see its delegate), so there's the basis of one solution right there. (Or you could just use an NSNotification.) m. -- matt neuburg, phd = m...@tidbits.com, <http://www.tidbits.com/matt/> A fool + a tool + an autorelease pool = cool! AppleScript: the Definitive Guide - Second Edition! http://www.tidbits.com/matt/default.html#applescriptthings _______________________________________________ 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