Re: Image not updated
Re: Image not updated
- Subject: Re: Image not updated
- From: Robert Cerny <email@hidden>
- Date: Sat, 20 Jan 2007 20:07:15 +0100
On 20.1.2007, at 19:39, j o a r wrote:
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
It's not a big problem while IconFamily is supplied along with source
files. However, I don't know where to look. When I remove my custom
code which changes icon by adding text over image, then the icon gets
correctly created.
Any ideas?
Robert
_______________________________________________
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