• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Getting the Generic Hard Disk Icon?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Getting the Generic Hard Disk Icon?


  • Subject: Re: Getting the Generic Hard Disk Icon?
  • From: Jean-Daniel Dupas <email@hidden>
  • Date: Fri, 27 Mar 2009 14:58:50 +0100

In fact, a cleaner way would be to do this:

NSImage *picture = [[NSWorkspace sharedWorkspace] iconForFileType:NSFileTypeForHFSTypeCode(kGenericHardDiskIcon)];


Le 27 mars 09 à 14:30, Mike Glass a écrit :

Try this:

NSString *codeStr = @"hdsk";
OSType code = UTGetOSTypeFromString((CFStringRef)codeStr);
NSImage *picture = [[NSWorkspace sharedWorkspace] iconForFileType:NSFileTypeForHFSTypeCode(code)];


I just happened to be in Apple's IconCollection sample code yesterday, so this is pulled pretty much directly from there. Hope it helps!

On Mar 27, 2009, at 6:58 AM, Dave wrote:

Hi All,

Where can I get the Icon for the standard Internal Hard Disk Icon? I've looked in /System/Library/CoreServices/CoreTypes.bundle/ Contents/Resources and found a lot of icon's there, but not one for the hard disk. I just want the Icon the Finder displays for the internal hard drive.

All the Best
Dave


_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please 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


References: 
 >Getting the Generic Hard Disk Icon? (From: Dave <email@hidden>)
 >Re: Getting the Generic Hard Disk Icon? (From: Mike Glass <email@hidden>)

  • Prev by Date: Re: Getting the Generic Hard Disk Icon?
  • Next by Date: Confused about superclass initializers
  • Previous by thread: Re: Getting the Generic Hard Disk Icon?
  • Next by thread: Preventing highlight of RowSelection in NSTableView
  • Index(es):
    • Date
    • Thread