Re: Multiple instances of same window
Re: Multiple instances of same window
- Subject: Re: Multiple instances of same window
- From: Craig Bakalian <email@hidden>
- Date: Tue, 8 Jul 2003 05:40:45 -0400
On Monday, July 7, 2003, at 02:21 PM, email@hidden
wrote:
My question is this: how can I have data, say a NSMutableArray to work
as a
TableView data source, be specific to window instance (using one
controller
class), and how DO I open multiple instances of the same window?
Hi John,
I would call this a design issue. Cocoa is capable of implementing
your design.
Do you want multiple windows, each with a tableView, pointing to the
same array, or do you
want them pointing to their own array?
If I was in your shoes, I would read as much as I could about
NSDocument, and imitate
that technology.
Craig Bakalian
www.eThinkingCap.com
_______________________________________________
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.