home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / programm / 14509 < prev    next >
Encoding:
Text File  |  1992-08-25  |  1.0 KB  |  22 lines

  1. Newsgroups: comp.sys.mac.programmer
  2. Path: sparky!uunet!wupost!usc!rpi!batcomputer!cornell!csuley
  3. From: csuley@cs.cornell.edu (Christopher Suley)
  4. Subject: ShowINIT
  5. Message-ID: <1992Aug25.225333.2882@cs.cornell.edu>
  6. Organization: Cornell Univ. CS Dept, Ithaca NY 14853
  7. Date: Tue, 25 Aug 1992 22:53:33 GMT
  8. Lines: 12
  9.  
  10. I have written an extension/Control Panel and would, of course, like
  11. for its little icon to march along the bottom of the screen at
  12. startup time (user-configurable, of course!).  I know that there is
  13. some 'standard' code around by Paul Mercer (?) called ShowINIT that
  14. does this.  I snagged a copy of that out of Macintosh Programming
  15. Primer volume 2, and hacked it a little so that it will display an
  16. icl4 or icl8 icon on color screens, depending on their depth.
  17. However, this code seems to assume that all of a user's icons will fit
  18. in one row, which they don't always.
  19.  
  20. Is there a version of ShowINIT around that properly handles multiple
  21. rows and color icons?  If so, where can I get my grubby paws on a copy?
  22.