Newbie - Dumb NSDocument Question
Newbie - Dumb NSDocument Question
- Subject: Newbie - Dumb NSDocument Question
- From: Tom Gray <email@hidden>
- Date: Thu, 18 Sep 2003 10:52:27 -0400
My questions are becoming more and more basic and perhaps I should
resign from this discussion in disgrace. I apologize.
In my previous posts I detailed how my application insists on saving my
files with the incorrect CFBundleTypeName (aka docType) no matter what
I do. I then decided to skip that issue and re-wrote code to at least
try and open ANY docType.
Now, get this, when I double click on a previously saved file my
NSDocument subclass is instantiated but it doesn't instantiate it's
windowController and the nib is not loaded!
If I create a new document from the menu command the document subclass
creates a windowController and the nib opens.
What is not wired correctly?
Tom Gray
email@hidden
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.