Re: Responder Chain and NSViewController in non-doc applications
Re: Responder Chain and NSViewController in non-doc applications
- Subject: Re: Responder Chain and NSViewController in non-doc applications
- From: j o a r <email@hidden>
- Date: Mon, 30 Jun 2008 10:12:34 -0700
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 not clear on what you mean by "designated by the initial Event
Responder".
The NSViewController is a Responder, but the associated view does
not patch it into the responder chain for either event or action
responding. Correct?
Correct. Unless you manually insert it into the responder chain, in
that case typically right after its view.
But if my design explicitly specifies the target (connecting
IBActions in InterfaceBuilder), I dont have to worry about the
Responder chain for actions. Correct?
Correct.
j o a r
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden