Re: Document App: IB connections 101
Re: Document App: IB connections 101
- Subject: Re: Document App: IB connections 101
- From: Michael Willhide <email@hidden>
- Date: Tue, 23 Jul 2002 13:13:39 -0700 (PDT)
>
Place the shared thing somewhere low to the responder chain -- like as an
>
NSApp delegate, or so. Then, from anywhere, just send a message which it
>
understands (and which views and other controllers do not understand) up
>
to the responder chain; it would eventually get there.
>
>
Of course, depending on your actual needs, there might be better ways --
>
like using notifications (see NSNotification/Center/Queue). Or perhaps
>
even a programmatically-made direct connection, though I somewhat doubt it
>
would be the best way.
Thanks a bunch. This discussion has cleared up a lot for me and made sure I wasn't barking up the wrong tree ;) I'm glad that some of the guys who know what they're doing take the time to help out the new guys.
Mike
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.