Re: Caution Icon
Re: Caution Icon
On 23 Jan 2009, at 13:55, Felix Ulber wrote:
Hi,
is there any way to get the caution icon badged with the application
icon like the NSRunCriticalAlertPanel/NSAlert with critical style
uses?
I need to use a higly customized alert panel and would like to use
that
big fat yellow exclamation mark.
NSImage *defaultImage = [[NSWorkspace sharedWorkspace]
iconForFileType:NSFileTypeForHFSTypeCode(kAlertNoteIcon)];
you can also look at the Apple iconcollection sample.
iconscore.h lists the various icon constants.
regards
Felix
_______________________________________________
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
Jonathan Mitchell
Central Conscious Unit
http://www.mugginsoft.com
_______________________________________________
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: | |
| >Caution Icon (From: Felix Ulber <email@hidden>) |