Dynamically changing an application's icon / Adding a badge
Dynamically changing an application's icon / Adding a badge
- Subject: Dynamically changing an application's icon / Adding a badge
- From: Chad Armstrong <email@hidden>
- Date: Sat, 22 Oct 2005 23:03:18 -0500
Is it possible to add a badge onto my application (a la Mail,
OmniWeb, Transmit, iChat, etc.) without using Carbon? I noticed this
function in Cocoa:
[NSApp setApplicationIconImage:myIcon];
However, I don't know if this will be able to layer on a new icon
onto the existing application icon, or if this just swaps out the
existing icon completely. Carbon has some Dock Icon functions like
OverlayApplicationDockTileImage which probably would do what I want,
but I'd like to keep to Cocoa-only if at all possible.
Chad Armstrong
_______________________________________________
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