Responder chain and cancelOperation:, how to forward on?

2014-10-01 Thread Sean McBride
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

Re: Responder chain and cancelOperation:, how to forward on?

2014-10-01 Thread Felix Franz
On 01.10.2014, at 19:39, Sean McBride s...@rogue-research.com wrote: 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