Re: Responder Chain and NSViewController in non-doc applications

2008-06-30 Thread Cathy Shive
Hi Jerry, NSViewController is a subclass of NSResponder, but there is nothing provided in Cocoa that automatically includes the View Controllers in your appliation's window's Responder Chain. You won't find any documentation that will show you how NSViewController is included in the Resp

Re: Responder Chain and NSViewController in non-doc applications

2008-06-30 Thread Jonathan Dann
On 30 Jun 2008, at 17:52, Jerry Isdale wrote: I'm trying to understand a bit more about the Responder chain, especially how it relates to regular (non-document) applications using NSView and NSViewController added into the View Hierarchy. Katidev.com has a nice series of articles on the rela

Re: Responder Chain and NSViewController in non-doc applications

2008-06-30 Thread Jerry Isdale
On Jun 30, 2008, at 10:12 AM, j o a r wrote: On Jun 30, 2008, at 9:52 AM, Jerry Isdale wrote: Again, the NSViewController doesnt appear in the responder chain, unless it was designated by the initial Event Responder. If it was designated, but doesnt respond, what happens? An Error or doe

Re: Responder Chain and NSViewController in non-doc applications

2008-06-30 Thread j o a r
On Jun 30, 2008, at 9:52 AM, Jerry Isdale wrote: Again, the NSViewController doesnt appear in the responder chain, unless it was designated by the initial Event Responder. If it was designated, but doesnt respond, what happens? An Error or does it go back to the responder chain? I'm no

Responder Chain and NSViewController in non-doc applications

2008-06-30 Thread Jerry Isdale
I'm trying to understand a bit more about the Responder chain, especially how it relates to regular (non-document) applications using NSView and NSViewController added into the View Hierarchy. Katidev.com has a nice series of articles on the related issue for Document based applications. (It