home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / mac / programm / 15440 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.8 KB  |  43 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!sun-barr!ames!haven.umd.edu!darwin.sura.net!jvnc.net!primerd.prime.com!usenet
  3. From: Jim Cook <J.Cook@ENS.Prime.COM>
  4. Subject: Re: Dumb APPL ICON Question
  5. Message-ID: <1992Sep14.145935.13813@primerd.prime.com>
  6. Sender: usenet@primerd.prime.com (Usenet)
  7. Reply-To: <J.Cook@ENS.Prime.COM>
  8. Organization: Prime Computer, Inc.
  9. References: <1992Sep11.185239.16065@primerd.prime.com>
  10. Date: Mon, 14 Sep 1992 14:59:35 GMT
  11. Lines: 30
  12.  
  13. In article <1992Sep11.185239.16065@primerd.prime.com> Jim Cook (me!)
  14. <J.Cook@ENS.Prime.COM> writes:
  15. >What obscure little trick or usual mistake do I have to take care of to get my
  16. >application icon to be displayed?  Using ResEdit 2.1.1 and Think C 5.0 I've
  17. >created a new skeleton application with it's own icon (no document ICONs
  18. here).
  19. >It has the appropriate BNDL, FREF, ICN#/icl8, signature, and vers resources,
  20. >and
  21. >the BNDL bit is set and the INITed bit is reset (to start).  Think C builds
  22. the
  23. >application, but it has a wierd "fork trading" icon, not mine.  Restarting,
  24. >rebuilding the desktop, copying to another disk, and examining the built
  25. >application with ResEdit don't help or reveal anything.
  26. >
  27. >This is the second time I've gone thru this mess.  The first time, the problem
  28. >went away when I installed System 7.0, leaving me as puzzled as ever.
  29.  
  30. Thank you all for all your kind suggestions.  After about a day and a night
  31. of struggling, I found the problem.
  32.  
  33. You can have all your BNDL, SIZE, VERS, FREF, ICN#/icl8, and signature
  34. resources set up correctly in your resource file, BUT if you don't pull down
  35. "Set Project Type..." from "Project" in the menu bar in Think C to change the
  36. creator from "????" to your application signature, your custom icon will never
  37. work.  Seems that Think C will override your [correctly set up] resources...
  38.  
  39. Sigh.  Hope this helps someone.
  40.  
  41. Jim
  42.  
  43.