Re: Multiple Types of Documents in a Document Based App
Re: Multiple Types of Documents in a Document Based App
- Subject: Re: Multiple Types of Documents in a Document Based App
- From: mmalcolm crawford <email@hidden>
- Date: Sun, 23 Jan 2005 12:19:19 -0800
On Jan 23, 2005, at 12:00 PM, Jonathan Jackel wrote:
My plan was to create a new NSDocument subclass with its own UI to
manage a list of docs and handle the collection management duties, but
I can't even get the app to create a new empty document once I create
a second document type. I must be missing something obvious.
Depending on your application architecture, you might subclass
NSDocumentController:
<http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSDocu entController.html>
see 'makeUntitledDocumentOfType:'
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden