Hooking into responder chain, and NSTabViews - or dont?

2011-07-15 Thread Mirabito, David
Hello, [re-sending: previous attempt yesterday sent from a non-subscribed email account. Sorry in advance if it dupes!] I have a custom view (DJMTerminalView) and a controller object (DJMTerminal) with the idea being that the view is only responsible for drawing (draw char foo at position bar

Re: Hooking into responder chain, and NSTabViews - or dont?

2011-07-15 Thread Raleigh Ledet
Hi David, As you switch views due to tab switching, the newly added view sets up it's next responder based on the view hierarchy. The new view coming in doesn't know anything about your view controller and simply wires up it's newt responder as it's parent view. You have a few options here: