Re: Icon question
Re: Icon question
- Subject: Re: Icon question
- From: "John C. Randolph" <email@hidden>
- Date: Wed, 27 Jul 2005 19:40:41 -0700
On Jul 27, 2005, at 7:25 PM, glenn andreas wrote:
On Jul 27, 2005, at 8:38 PM, John C. Randolph wrote:
On Jul 26, 2005, at 5:20 PM, glenn andreas wrote:
On Jul 26, 2005, at 6:40 PM, John Stiles wrote:
OK, now here's a stumper:
How do I get the icon for a plain old folder?
image = [[NSWorkspace sharedWorkspace] iconForFileType:
NSFileTypeForHFSTypeCode('fldr')];
That'll work, but why not just use:
image = [[NSWorkspace sharedWorkspace] iconForFileType:
NSDirectoryFileType];
which saves the function call?
Becuase it doesn't work? You end up getting the "plain document"
icon instead... (NSDirectoryFileType being one of the things
returned by getInfoForFile:application:type: which isn't the same
as a "file type" that you pass to iconForFileType, which is "either
a filename extension or an encoded HFS file type").
Hmm.. I'd call that an AppKit bug..
-jcr
John C. Randolph <email@hidden> (408) 914-0013
Roaming Cocoa Engineer,
Available for your projects at great Expense and Inconvenience.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden