> Hi > > Use SetNextResponder method to insert your view into the responder chain. > https://developer.apple.com/library/mac/documentation/Cocoa/Conceptual/Even > tOverview/EventArchitecture/EventArchitecture.html will give the more > information. > >
So when can I know to call setNextResponder:mySourceView? Since there are many ways that other views could be active. I'd just like to always have the SourceView in the responder chain. Overriding resignFirstResponder to always return NO seems like a bad idea since that would affect the highlighting and ability of other views to become active. _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com