Re: document architecture question

2011-01-10 Thread Graham Cox
On 11/01/2011, at 2:01 PM, Shane wrote: > My main app controller inherits from NSWindowController What does this mean? This sounds all sorts of wrong. First off, most apps don't have an 'app controller', though they do very often have an app delegate. Typically that's just an object, not an

Re: document architecture question

2011-01-10 Thread Jerry Krinock
I don't think there is any common mistake in using the document architecture that would cause the weird problem you describe. Therefore… On 2011 Jan 10, at 19:01, Shane wrote: > when I … run operations from the main menu or the toolbar To debug complicated problems, it is usually best, if you