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
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
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
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
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