pasteboard and animated gif image ??
pasteboard and animated gif image ??
- Subject: pasteboard and animated gif image ??
- From: Bob Miller <email@hidden>
- Date: Fri, 30 Jan 2004 14:21:07 -0500
Hello,
There seems to be a problem with the pasteboard (I think). I have an
NSImage that is an animated gif, it is contained in an NSCell. The cell
is contained in an NSMutableArray. When a 'Cut' is done the NSCell
encodeWithCoder method is eventually called as a result of archiving
the NSMutableArray and the resultant archived object is placed onto the
pasteboard using a custom type. When the Paste occurs archived object
is unarchived producing an NSMutableArray and the initWithCoder method
is eventually called for the image and cell. The cell and it's image
are restored but the animation information from the bit map
representation now seems to be missing ex. there is no
'NSImageFrameCount' property present. Has anyone else seen this
behavior ? Is there something special that needs to be done when
copying an animated gif image cell to the pasteboard ?
Thanks for any help.
Regards,
Bob M
_______________________________________________
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.