Subclassing NSDocumentController
Subclassing NSDocumentController
- Subject: Subclassing NSDocumentController
- From: Tom Gray <email@hidden>
- Date: Fri, 19 Sep 2003 11:19:59 -0400
Hello,
Does anyone have any thoughts on subclassing NSDocumentController?
I wish for my application to always create instances of my NSDocument
subclass no matter what type of "file" is read from disk. I can't seem
to accomplish this with subclassing NSDocumentController.
In other words, no matter what type of document my application reads I
wish to open my NSDocument subclass (it has converter code inside it
for several data formats) the only way I can think to accomplish this
is by subclassing NSDocumentController.
Tom Gray
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.