Need sample code for NSDocument / NSDocumentController

2012-07-17 Thread Keith Knauber
Please provide sample code for how to migrate from the deprecated - (id)openDocumentWithContentsOfURL:(NSURL *)absoluteURL display:(BOOL)displayDocument error:(NSError **)outError to the new approved -[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:] In our case, th

Fwd: Need sample code for NSDocument / NSDocumentController

2012-07-06 Thread Keith Knauber
There is no sample code for the new -[NSDocumentController openDocumentWithContentsOfURL:display:completionHandler:] Why is there no sample project for a standard NSDocumentController/NSDocument based app? Can someone provide sample code for how to migrate from the deprecated - (id)openDocumentW