Re: How are we supposed to retrieve the generic bundle icon?

2008-11-12 Thread Iceberg-Dev
On Nov 11, 2008, at 10:39 PM, Stephen J. Butler wrote: On Tue, Nov 11, 2008 at 3:34 PM, Iceberg-Dev [EMAIL PROTECTED] wrote: On Nov 11, 2008, at 9:44 PM, Gregory Weston wrote: Perhaps I'm missing something, but why not then retrieve the icon for the file rather than for the type? I

Re: How are we supposed to retrieve the generic bundle icon?

2008-11-11 Thread Gregory Weston
Iceberg-Dev wrote: I need to get a NSImage of the generic bundle icon. (Mac OS X 10.4 or later) I'm currently using this: [[NSImage alloc] initWithContentsOfFile:@/System/Library/ CoreServices/CoreTypes.bundle/Contents/Resources/KEXT.icns] because: - NSFileTypeForHFSTypeCode('BNDL') does

Re: RE : How are we supposed to retrieve the generic bundle icon?

2008-11-11 Thread Kyle Sluder
On Tue, Nov 11, 2008 at 2:50 PM, Iceberg-Dev [EMAIL PROTECTED] wrote: Standard Apple Plugins that use this icon. Yes, I'm sure. Are you attempting to use this icon for your own purposes, like plugins for your own app? If so, Apple used to provide a set of icon templates in Photoshop format that

Re: How are we supposed to retrieve the generic bundle icon?

2008-11-11 Thread Gregory Weston
Iceberg-Dev wrote: On Nov 11, 2008, at 8:15 PM, Gregory Weston wrote: What are you really trying to illustrate with this icon? Are you sure the Lego® block is the right thing to show? Standard Apple Plugins that use this icon. Yes, I'm sure. Perhaps I'm missing something, but why not then

Re: RE : How are we supposed to retrieve the generic bundle icon?

2008-11-11 Thread Iceberg-Dev
On Nov 11, 2008, at 9:39 PM, Kyle Sluder wrote: On Tue, Nov 11, 2008 at 2:50 PM, Iceberg-Dev [EMAIL PROTECTED] wrote: Standard Apple Plugins that use this icon. Yes, I'm sure. Are you attempting to use this icon for your own purposes, like plugins for your own app? No, I'm not. I just

Re: How are we supposed to retrieve the generic bundle icon?

2008-11-11 Thread Iceberg-Dev
On Nov 11, 2008, at 9:44 PM, Gregory Weston wrote: Iceberg-Dev wrote: On Nov 11, 2008, at 8:15 PM, Gregory Weston wrote: What are you really trying to illustrate with this icon? Are you sure the Lego® block is the right thing to show? Standard Apple Plugins that use this icon. Yes, I'm

Re: How are we supposed to retrieve the generic bundle icon?

2008-11-11 Thread Stephen J. Butler
On Tue, Nov 11, 2008 at 3:34 PM, Iceberg-Dev [EMAIL PROTECTED] wrote: On Nov 11, 2008, at 9:44 PM, Gregory Weston wrote: Perhaps I'm missing something, but why not then retrieve the icon for the file rather than for the type? I don't want to display a custom icon if someone eventually

RE : How are we supposed to retrieve the generic bundle icon?

2008-11-11 Thread John Joyce
On Nov 11, 2008, at 4:29 PM, [EMAIL PROTECTED] wrote: Subject: Re: RE : How are we supposed to retrieve the generic bundle icon? To: Iceberg-Dev [EMAIL PROTECTED] Cc: cocoa-dev@lists.apple.com Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=ISO-8859-1 On Tue,

Re: RE : How are we supposed to retrieve the generic bundle icon?

2008-11-11 Thread Kyle Sluder
On Tue, Nov 11, 2008 at 11:07 PM, John Joyce [EMAIL PROTECTED] wrote: Better than that, every OS X system has all the icons you'll need to get started. This is true, and a great way to extract icons for which you have no template, but Apple's templates have guides on them so graphic designers