Re: NSDocument / Java problem
Re: NSDocument / Java problem
- Subject: Re: NSDocument / Java problem
- From: Marc Pergand <email@hidden>
- Date: Thu, 26 Feb 2004 11:58:50 +0100
Not sure I quite understand you,
If you define a package for your NSDocument subclass:
package myPackage;
The NSDocument is not found and the error message "Can't create new
document" is displayed
You need to specify the correct path in the field: Target->Documents
Types->Document class
Document class: myPackage/MyDocument
Hope this helps,
Marc.
_______________________________________________
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.