Re: Image not updated
Re: Image not updated
- Subject: Re: Image not updated
- From: j o a r <email@hidden>
- Date: Sat, 20 Jan 2007 19:39:14 +0100
On Jan 20, 2007, at 6:29 PM, Robert Cerny wrote:
It looks well from my point of view and when I save the image using
[[myImageFile TIFFRepresentation] writeToFile.... I get the correct
image.
However, it looks like the contents in memory doesn't contain the
string. I tried to use [myImageFile recache] to update it but no
way. I'm using IconFamily to draw a thumbnail and the icon I get is
empty.
id iconFamily = [IconFamily
iconFamilyWithThumbnailsOfImage:myImageFile];
[iconFamily setAsCustomIconForFile:path withCompatibility:YES];
Does anyone know, where could be a problem?
Sounds like a problem with IconFamily, and not Cocoa, if you ask me.
You probably need to check with their developers, or try to debug it
yourself using their source code.
j o a r
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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