Splitting controller logic

2009-09-29 Thread Chase Meadors
Hi All, I'm having some conceptual trouble concerning using multiple windows with multiple controllers in a project. Where exactly is the line as to what a window controller subclass should manage, and what the App controller should manage? Say I have a window with a fair amount of

Re: Splitting controller logic

2009-09-29 Thread Quincey Morris
On Sep 29, 2009, at 15:15, Chase Meadors wrote: I'm having some conceptual trouble concerning using multiple windows with multiple controllers in a project. Where exactly is the line as to what a window controller subclass should manage, and what the App controller should manage? Say I