Re: Cocoa Template Type
Re: Cocoa Template Type
- Subject: Re: Cocoa Template Type
- From: Scott Herz <email@hidden>
- Date: Tue, 26 Jun 2001 11:10:35 -0700
The question you need to ask yourself is if you want to use NSDocument.
If you're not saving documents, then you can probably simplify things by
not using it. I'd use the Cocoa App to get started and then create other
nibs for the other windows you need. It's always best to keep your
windows in different nibs.
Scott
On Tuesday, June 26, 2001, at 09:11 AM, email@hidden wrote:
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?
Thanks again everyone!
Brian E. Howard
Cocoa Cult Central
less confused than yesterday
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev