Re: NSSaveView and odd NSCFArray errors
Re: NSSaveView and odd NSCFArray errors
- Subject: Re: NSSaveView and odd NSCFArray errors
- From: Adam Knight <email@hidden>
- Date: Thu, 18 Sep 2003 15:07:32 -0500
On Thursday, September 18, 2003, at 12:54 PM, Jerry Seeger wrote:
It's not a hack at all. The response chain is an excellent way to get
the message to the right responder. You can add any custom actions you
need to First Responder in IB if necessary as well, and implement
those in your document controller. The right document controller will
get the message every time. That can save you a lot of work.
So then this would be the expected way of dealing with this problem? I
mean, I can deal with this being *a* solution but I'm unsure if it's
*the* solution that "everyone else" is using. I've yet to find the
source of a full-on document-based Cocoa app that implements it's own
functions in menus (oddly, all I can find are prolific amounts of text
editors).
TIA.
--
Adam
_______________________________________________
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.