Hi all,

I have a custom view which implements cancelOperation: (from NSResponder).  
Depending on the view's internal state it sometimes responds to the escape key 
(and sometimes doesn't).  When it doesn't respond, I want to pass the message 
along the responder chain.  But calling either [super cancelOperation:] or 
[[self nextResponder] cancelOperation:] both result in an 'object does not 
respond to selector' exception.  I thought that's how one passed things along 
the responder chain... what should I be doing?

Thanks,

-- 
____________________________________________________________
Sean McBride, B. Eng                 s...@rogue-research.com
Rogue Research                        www.rogue-research.com 
Mac Software Developer              Montréal, Québec, Canada



_______________________________________________

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

Reply via email to