... Multiple Documents in Single Window? ...
... Multiple Documents in Single Window? ...
- Subject: ... Multiple Documents in Single Window? ...
- From: Christos Zisopoulos <email@hidden>
- Date: Tue, 19 Aug 2003 00:46:14 +0100
I am in the design stage of an application that has a similar document
architecture as Project Builder in its one window for everything
template or Safari with its multiple tabs. That is, each window is a
"project" that contains multiple other documents.
I am trying to fit this with the Cocoa Document Architecture and so far
I haven't been able to get my head around it.
I can see how each "project" can be a Document with its own window and
a list of files, but how much of the Document architecture can I use
for the individual files?
I can't see how multiple NSDocuments can share a single
NSWindowController (sub-classed or not) and still respond to events.
Should I even be thinking about the Document-based application approach?
Any help would be greatly appreciated! As beautiful as Cocoa is the
learning curve is very steep for a beginner...
-christos
_______________________________________________
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.