I have a document based application where I have an outlet in
controllerA of A.nib (which is really MyDocument) and I'd like to
reference controllerB of B.nib. controllerB is subclassed from
NSWindowController where it will either be a sheet or just a window.
I'm using xcode 3.2.1. What I'm trying to do is get controllerA send a
message to controllerB to bring up a window.

// from within controllerA
[controllerB do:showMyWindow];

I've read this link but it's not helping me much …
        http://www.cocoadev.com/index.pl?MakingNibsTalkToEachOther

Am I doing this correctly? Can anyone help out here?
_______________________________________________

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

Reply via email to