Re: Complex document application
Re: Complex document application
- Subject: Re: Complex document application
- From: Scott Anguish <email@hidden>
- Date: Sun, 10 Jul 2005 01:01:13 -0400
Hi Marcus
Yep, I've done this. In fact, NSDocumentController is written in
such a manner that it supports multiple windows on a single document
(that'd be your core data file)
have a look at addWindowController: in NSDocument...
You could force NSDocumentController to not make new documents (aside
from the one) pretty easily.
On Jul 9, 2005, at 11:24 PM, Marcus S. Zarra wrote:
I have a question regarding what I think is a relatively complex
document design.
I am very new to Cocoa development and am jumping in the deep end with
this application. :)
What I am trying to develop is an application that only has one
CoreData "file" open at a time. However, within that single file
there can and will be multiple documents. Each of those documents
represents a single entity in a top level object.
The complex part is that the file itself does not have a window
attached to it. Similar in design to QuickBooks, only one file can be
opened at a time.
Has anyone worked on something similar to this in the past? If so
could someone be kind enough to point me in the right direction on how
to set this up?
_______________________________________________
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