home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / misc / 21943 < prev    next >
Encoding:
Internet Message Format  |  1992-11-12  |  1.4 KB

  1. Path: sparky!uunet!stanford.edu!morrow.stanford.edu!morrow.stanford.edu!usenet
  2. From: lane@sumex-aim.stanford.edu (Christopher Lane)
  3. Newsgroups: comp.sys.next.misc
  4. Subject: Re: Icon, or equivalent under 3.0
  5. Date: 12 Nov 1992 21:52:58 GMT
  6. Organization: Stanford University
  7. Lines: 17
  8. Message-ID: <1dujnqINNp7v@morrow.stanford.edu>
  9. References: <5739@rosie.NeXT.COM>
  10. Reply-To: lane@sumex-aim.stanford.edu (Christopher Lane)
  11. NNTP-Posting-Host: ssrg-next-1.stanford.edu
  12.  
  13. When I found Icon 2.1 to be unusable under 3.0, I dug into it to find out why.   
  14. The crashes I experienced were due to a dynamically loaded *.nib segment trying  
  15. to instantiate an NXColorSlider view when the NXColorSlider object was  
  16. undefined in 3.0 (not even for backward compatibility).  Several attempts by me  
  17. to splice the missing *.o file back into Icon or the shared system library were  
  18. unsuccessful.  (Still may be possible.)
  19.  
  20. Since I can't seem to get IconBuilder to so something as simple as Cut & Paste  
  21. in a reasonable way, I was stuck.  Until I got the entirely evil idea of  
  22. resurrecting Icon 1.0.  It runs fine on B&W bitmaps, but not color.  (Without  
  23. NXColorSlider, Icon 2.1 wasn't going to do much with color anyway.)  I also  
  24. hacked the main menu with SegHoarker and InterfaceBuilder to bring it more in  
  25. line with the 2.1 version.  Better than IconBuilder for B&W, for the moment.
  26.  
  27. Anything to save a buck,
  28.  
  29. - Christopher
  30.