design question
design question
- Subject: design question
- From: email@hidden
- Date: Fri, 11 Jan 2002 00:24:43 -0500
Hello, cocoa-gurus and caffeine addicts!
I am migrating/expanding my latest GPL app to document-based
infrastructure. I have the following pretty standard problem: when the
user creates a new document, I need to create/initialize a specific data
structure that is a part of the NSDocument subclass (MyDocument). In which
function should I do this? This procedure should not be executed upon Open
(of course, otherwise I would be overwriting the opened data)...
Thank you very much for your input.
Nick