Addressing handlers in the First Responder list of another window ?

2012-02-02 Thread Erik Stainsby
Hello list, I have a context menu in one window (A) from which I need to dispatch to another (B) window's First Responder list. Do I need to bring in a reference to window B (or it's controller) into the nib/code of window A ? This seems to go against loose coupling practices, no? Or should this

Re: Addressing handlers in the First Responder list of another window ?

2012-02-02 Thread Quincey Morris
On Feb 2, 2012, at 11:13 , Erik Stainsby wrote: I have a context menu in one window (A) from which I need to dispatch to another (B) window's First Responder list. Do I need to bring in a reference to window B (or it's controller) into the nib/code of window A ? This seems to go against loose