On Nov 27, 2012, at 10:08 AM, Luc Van Bogaert wrote:
> I've added bindings using keypaths that don't even exist in these early
> documents.
>
> I'm thinking that I may need to subclass NSDocumentController and override
> addDocument: so I could check against the document version before allowing
On Nov 27, 2012, at 10:08 , Luc Van Bogaert wrote:
> I have a document based app with one NSDocument subclass, and one
> NSWindowController subclass. NSDocumentController is not subclassed at the
> moment. The functionality of my application has expanded over time, and so
> has the internal st
On Nov 27, 2012, at 8:08 AM, Luc Van Bogaert wrote:
> I have a document based app with one NSDocument subclass, and one
> NSWindowController subclass. NSDocumentController is not subclassed at the
> moment. The functionality of my application has expanded over time, and so
> has the internal st
Hi,
I have a document based app with one NSDocument subclass, and one
NSWindowController subclass. NSDocumentController is not subclassed at the
moment. The functionality of my application has expanded over time, and so has
the internal structure of my document subclass : extra properties and m