Re: Cocoa Template Type
Re: Cocoa Template Type
- Subject: Re: Cocoa Template Type
- From: David Remahl <email@hidden>
- Date: Tue, 26 Jun 2001 22:49:20 +0200
Right now I'm trying to understand the difference between a Cocoa App
and a Cocoa Document based App. The program I'm working towards has
several data entry windows, and the user can ask for output
windows(charts, mostly), but they are not the sort that need to be
saved. I think this means I just want a straight Cocoa App template;
the only thing throwing me off, assuming I'm right about the template
in the first place, is that I want the user to be able to have several
of these data display windows open at once. My best guess now is that
I want to start with a straight Cocoa template and add a window
controller object. Am I on the right track here?
I'd say you are on the right track. You shouldnt use a document design
in this case (if you don't want to keep several instances of such a
collection of windows open at the same time).
/ david