Re: Responder Chain Patching

2008-07-14 Thread Jonathan Dann
Have you seen this http://katidev.com/blog/2008/04/17/nsviewcontroller-the-new-c-in-mvc-pt-2-of-3/ and this thread http://www.cocoabuilder.com/archive/message/cocoa/2008/3/19/201743 All of this is covered, with automatic insertion of view controllers into the responder chain. If you want

Responder Chain Patching

2008-07-13 Thread Keith Duncan
I'm working with NSViewController to create a workflow of controllers. I'm trying to patch the controller into the responder chain so that I can implement action methods in the specific controllers and in the window controller. I'm using the following code in an attempt to create a

Re: Responder Chain Patching

2008-07-13 Thread Matt Neuburg
On Sun, 13 Jul 2008 16:48:45 +0100, Keith Duncan [EMAIL PROTECTED] said: I'm working with NSViewController to create a workflow of controllers. I'm trying to patch the controller into the responder chain so that I can implement action methods in the specific controllers and in the window