Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!iuvax!purdue!bu-cs!dartvax!eleazar.dartmouth.edu!earleh From: earleh@eleazar.dartmouth.edu (Earle R. Horton) Newsgroups: comp.sys.mac.programmer Subject: Re: Custom Icons Message-ID: <15541@dartvax.Dartmouth.EDU> Date: 12 Sep 89 21:29:23 GMT References: Reply-To: earleh@eleazar.dartmouth.edu (Earle R. Horton) Distribution: comp Organization: Thayer School of Engineering Lines: 12 In article gary@sun.mcs.clarkson.edu (Gary Levin) writes: >I am trying to create a custom icon for my application. I have >created the ICN#, FREF, BNDL with ResEdit and the new icon comes up >fine. Now I find that I need to edit the new icon... This is one of the classic Macintosh programming gotchas! The most straightforward, brute force approach to this problem is to delete the Desktop file on the disk where the application resides, and then let the Finder build a new one. Earle R. Horton