Adding additional file types to NSDocument
Adding additional file types to NSDocument
- Subject: Adding additional file types to NSDocument
- From: Aidas Dailide <email@hidden>
- Date: Tue, 24 Jun 2003 18:24:29 +0300
Hi,
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?
Thanks
_______________________________________________
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.