Re: Design question, which controller class to use
Re: Design question, which controller class to use
- Subject: Re: Design question, which controller class to use
- From: "Hamish Allan" <email@hidden>
- Date: Mon, 21 Jul 2008 12:37:51 +0100
On Mon, Jul 21, 2008 at 4:05 AM, James W. Walker <email@hidden> wrote:
> I have these windows, each of which has a table displaying data from an
> array of dictionaries. The data is never stored on disk, so I don't think
> of these windows as "documents".
In addition to what Jens said: If the user can create new ones and
they are largely unrelated to one another, you may yet find it easier
to use most of the NSDocument machinery but disable the persistence
stuff. If there are a fixed number and/or they are interrelated, it
may be easier to use NSWindowController directly.
Hamish
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden