I've got a filesystem in Objective-C based off of the HelloFS sample
code. This filesystem shows custom icons for directories. The icons
are loaded from .icns files in the application bundle. Everything
works OK when the max icon size in my .icns file is 128x128. However
when I added 512x512 icons to my .icns file, all of a sudden the
Finder is no longer displaying my custom icon for directories.

In the debugger I can see that my iconDataAtPath: function is
returning the loaded NSData with the loaded icon data however the icon
never gets shown in the Finder. Has anyone else had any problems with
512x512 custom icons?

This happens both with 1.5 and 1.7 on Leopard.

Thanks,
Tim Henrion


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"macfuse-devel" group.
To post to this group, send email to macfuse-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/macfuse-devel?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to