Re: Master-detail views and managing next responder sequence

2012-08-05 Thread Erik Stainsby
Thanks Graham, that has 90% of my issue addressed. The system seems to swallow a couple of keystrokes entering each table, but at least it does get there. I suspect a few judiciously placed refusesFirstRespnder's and I'm home free. Cheers, Erik On 2012-08-05, at 6:47 PM, Graham Cox wrote: >

Re: Master-detail views and managing next responder sequence

2012-08-05 Thread Graham Cox
On 06/08/2012, at 11:38 AM, Erik Stainsby wrote: > My first higher-level question then is how I ought to be going about > establishing the tab-key behaviour sequence I want to achieve? Have you investigated whether -[NSWindow recalculateKeyViewLoop] would do the job? I've used this after in

Master-detail views and managing next responder sequence

2012-08-05 Thread Erik Stainsby
My current project is built around a master-detail style interface: the primary record owns the window content, while subviews display related content from various sources. My problem is that the tableViews which display these subordinate lists seem to mess up the responder chain's sequence for