Re: IntraApp communication....
Re: IntraApp communication....
- Subject: Re: IntraApp communication....
- From: "Steven M.Palm" <email@hidden>
- Date: Sat, 28 Sep 2002 09:06:33 -0500
On Friday, September 27, 2002, at 10:44 PM, Buzz Andersen wrote:
Well, in that case, I guess the only thing I would add to the way you
are doing it now might be to connect your controller to "File's Owner"
in your Nib, and then the controller would be your application's
delegate. Then you could send commands from your NSApplication
category to your controller like this:
[[self delegate] doTheControllerMethod];
Anybody else have any better ideas (I'd be curious to know myself)?
After looking at the mess I had woven, I ended moving to just exactly
this solution.
I'd love to know if there are better ways myself.
-----------------------
- Steven M. Palm
- Ham Radio Call: N9YTY
-----------------------
_______________________________________________
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.