Re: Restoring Dock Icon
Re: Restoring Dock Icon
- Subject: Re: Restoring Dock Icon
- From: Joe Muscara <email@hidden>
- Date: Tue, 6 Nov 2001 13:54:20 -0600
On Tuesday, November 6, 2001, at 01:40 PM, Eric Roccasecca wrote:
Are you retaining iconImage after [NSApp applicationIconImage]?
I tried that, but it didn't help. Also, po iconImage when it is set up
and in applicationShouldTerminate showed them to have the same info
(besides, iconImage is an instance variable in my controller, so it
should be valid throughout, should it not?)
Another way to restore the default icon image is:
[NSApp setApplicationIconImage:[NSImage
imageNamed:@"NSApplicationIcon"]];
Aha! This worked a treat! Grazie!
Joe