setApplicationIconImage
setApplicationIconImage
- Subject: setApplicationIconImage
- From: Chuck Soper <email@hidden>
- Date: Mon, 26 Apr 2004 09:49:30 -0700
Hello,
I have an application icon that uses different (not scaled) images
for 16x16 and 128x128. When I draw a badge on my application icon in
the dock, I use:
[NSApp setApplicationIconImage: newAppImage];
Doing this causes my application icon to be scaled in the dock for
small icon sizes. When my application is running, a small application
icon in the dock looks worse than when the application is not
running. Is there anyway I can avoid this problem?
I haven't yet tested what I just described, but I think that I'm
correct. The source of my newAppImage is an icns file.
Chuck
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.