NSDocuments without window associations
NSDocuments without window associations
- Subject: NSDocuments without window associations
- From: "chris corbell"<email@hidden>
- Date: Wed, 30 Oct 2002 10:37:40 -0800
Is it reasonable to try to use NSDocument in a way that will
disable or bypass its connection to an NSWindowController?
I would like to use the NSDocumentController/NSDocument
architecture, but I do not want my document class to be aware of
windows. I'm working with an XML format and I simply want my
document class to manage a tree representation of the document
and serve that to a more central controller class which interacts
with the application's model and GUI objects.
Has anyone tried to use NSDocument in this way, as a model
object that handles file i/o but does not directly deal with
windows?
I can experiment but I'm hoping someone's been down that road
before and could testify to the possibility...
Thanks,
Christopher
_______________________________________________
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.