Re: Checking document structure in NSDocument based app

2012-11-27 Thread Seth Willits
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

Re: Checking document structure in NSDocument based app

2012-11-27 Thread Quincey Morris
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

Re: Checking document structure in NSDocument based app

2012-11-27 Thread Keary Suska
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

Checking document structure in NSDocument based app

2012-11-27 Thread Luc Van Bogaert
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