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
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
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
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
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