Re: NSDocument Problems
Re: NSDocument Problems
- Subject: Re: NSDocument Problems
- From: Bruce Cresanta <email@hidden>
- Date: Mon, 21 Feb 2011 13:51:19 -0700
Sherm,
I checked this and the class is AnalyzerDocument, just the way it should be.
Bruce
On Feb 21, 2011, at 12:35 PM, Sherm Pendley wrote:
> On Mon, Feb 21, 2011 at 2:12 PM, Bruce Cresanta <email@hidden> wrote:
>> Hello Volker,
>>
>> I have the following two methods implemented in AnalyzerDocument, but I still get greyed menu items.
>>
>> - (NSData *)dataOfType:(NSString *)typeName error:(NSError **)outError
>>
>> - (BOOL)readFromData:(NSData *)data ofType:(NSString *)typeName error:(NSError **)outError
>>
>> Do I need to implement other methods to save/read a file?
>
> You should check to make sure you've assigned the correct class for
> the document type - double-click on the target, then look in the
> "Document Types" section of the "Properties" pane. The sixth column
> over is Class, which by default is MyDocument.
>
> sherm--
>
> --
> Cocoa programming in Perl:
> http://camelbones.sourceforge.net
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden