Skip navigation.
 
mlDocument-based application won't create an untitled document at startup anymore
FROM : Gord Peters
DATE : Thu Apr 14 19:38:02 2005

Hi all,

I've struggled with this issue for a while now, and I've come to wit's
end over it.  My document-based Cocoa application used to open an
untitled document and, at some point, it just stopped.  I've checked my
code, checked my NIB files, and even created a whole new project from
scratch and modified it step by step until it's identical to my current
application, and it doesn't exhibit the same behavior.

So, my question is, what sorts of things should I be looking at to make
sure my application opens an untitled document at startup?  Just to
note, I don't have a delegate which handles the
applicationShouldOpenUntitledFile() callback (I tried setting up a
delegate which handles that and returns YES and still no go).

Thanks for any help.
   Gord

Related mailsAuthorDate
No related mails found.