home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14517 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  2.2 KB

  1. Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!uakari.primate.wisc.edu!ames!data.nas.nasa.gov!taligent!keith@taligent.com
  2. From: keith@taligent.com (Keith Rollin)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: ShowINIT
  5. Message-ID: <BtKGDs.K45@taligent.com>
  6. Date: 26 Aug 92 01:05:52 GMT
  7. References: <1992Aug25.225333.2882@cs.cornell.edu>
  8. Sender: usenet@taligent.com (More Bytes Than You Can Read)
  9. Organization: Taligent
  10. Lines: 41
  11.  
  12. In article <1992Aug25.225333.2882@cs.cornell.edu>, csuley@cs.cornell.edu
  13. (Christopher Suley) writes:
  14. > I have written an extension/Control Panel and would, of course, like
  15. > for its little icon to march along the bottom of the screen at
  16. > startup time (user-configurable, of course!).  I know that there is
  17. > some 'standard' code around by Paul Mercer (?) called ShowINIT that
  18. > does this.  I snagged a copy of that out of Macintosh Programming
  19. > Primer volume 2, and hacked it a little so that it will display an
  20. > icl4 or icl8 icon on color screens, depending on their depth.
  21. > However, this code seems to assume that all of a user's icons will fit
  22. > in one row, which they don't always.
  23. > Is there a version of ShowINIT around that properly handles multiple
  24. > rows and color icons?  If so, where can I get my grubby paws on a copy?
  25.  
  26. Fran
  27. ois Grieu made a bunch of changes to ShowINIT a couple of years ago. From
  28. the header:
  29.  
  30. This particular variation :
  31. - knows how to wrap around the screen, for thoose with many inits; this only
  32.   works with cooperating ShowINITs
  33. - draw from  ICN#/icl4/icl8  combos, now the standard for icons; the best
  34.   source is choosen according to main screen pixel depth and available 
  35.   resources
  36. - does NOT support the ToldU cicn  resources
  37. - displays a nice empty square if no valid ICN# is present (new feature)
  38. - has been rewritten for extreme compactness: shrinked from 964 to 500 bytes,
  39.   while lot of error prevention and checking was added.
  40. - is heavily commented, hopefuly compensating much of the obfuscation 
  41.   introduced.
  42.  
  43. I think you can get it from ftp.apple.com, but I'm not sure, since I can't seem
  44. to connect to it right now. There's also a comment in the heading of the file
  45. that it's on AppleLink.
  46.  
  47. --
  48. Keith Rollin
  49. Phantom Programmer
  50. Taligent, Inc.
  51.