Open untitled blank document at launch problem?
Open untitled blank document at launch problem?
- Subject: Open untitled blank document at launch problem?
- From: Ivan Kourtev <email@hidden>
- Date: Fri, 6 Oct 2006 17:40:34 -0400
I converted a Cocoa application into a document-based application.
Perhaps I messed up something in the process but my new document-
based app does not open a blank untitled document at launch. I even
made sure I have an NSApplication delegate and it implements
- (BOOL) applicationShouldOpenUntitledFile: (NSApplication *)sender
{ return YES; }
but still no luck.
Any clues as to what could be the cause?
I messed around with the MyDocument class that's automatically
created by Xcode, but I am fairly sure I updated everything relevant
in Info.plist. Or maybe not?
--
ivan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden