Re: Adding additional file types to NSDocument
Re: Adding additional file types to NSDocument
- Subject: Re: Adding additional file types to NSDocument
- From: Matt Gemmell <email@hidden>
- Date: Tue, 24 Jun 2003 16:53:09 +0100
On 24/6/03 at 4:24 pm, Aidas Dailide said:
>
I have subclass of NSDocument. I have my own file format and i want to
>
export gif images. The problem is that i can't make GIF to show up in
>
save panel. I added GIF File Type to my Info.plist and overriden
>
dataRepresentationOfType to return GIF image, but it doesn't work. I
>
can't choose GIF File Type from save panel. Any ideas?
Does your app support more than one file-type? If it only supports one,
I think that you don't even see a format popup-menu in the Save panel;
it just automatically uses the defined type.
Cheers,
-Matt
--
Matt Gemmell
Scotland Software
http://www.scotlandsoftware.com/
_______________________________________________
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.