Re: Responder chain query

2013-11-27 Thread jonathan
On 21 Nov 2013, at 22:29, jonat...@mugginsoft.com wrote: > Looking at the action responder chain for a document based app (fig 1-10): > https://developer.apple.com/library/mac/documentation/cocoa/conceptual/eventoverview/EventArchitecture/EventArchitecture.html > > This shows that the action res

Re: Responder chain query

2013-10-09 Thread Seth Willits
On Oct 8, 2013, at 12:33 PM, jonat...@mugginsoft.com wrote: >> Yup. Been doing it for years. There was some code written by Cathy Shive and >> Jonathan Dann to help with that called XSViewController. Don't know where >> the original source is now, but basically it managed a tree of view >> cont

Re: Responder chain query

2013-10-08 Thread jonat...@mugginsoft.com
On 8 Oct 2013, at 17:40, Seth Willits wrote: > On Oct 8, 2013, at 8:40 AM, jonat...@mugginsoft.com wrote: > >> My intention is track the status of my top level view controllers and >> insert/remove these as required in the responder chain between the window >> and the window controller (rather

Re: Responder chain query

2013-10-08 Thread Seth Willits
On Oct 8, 2013, at 8:40 AM, jonat...@mugginsoft.com wrote: > My intention is track the status of my top level view controllers and > insert/remove these as required in the responder chain between the window and > the window controller (rather than between views in the chain). > That way I figure

Responder chain query

2013-10-08 Thread jonat...@mugginsoft.com
I am building an OS X NSDocument app with a fairly complex view hierarchy and want to interpose my view controllers into the responder chain (this I can do). Some of the displayed views will feature just a button (to enable creation of a new object). This means that the first responder will be th