home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / next / programm / 5217 < prev    next >
Encoding:
Internet Message Format  |  1992-07-24  |  1.0 KB

  1. Path: sparky!uunet!dove!enh.nist.gov!aoml
  2. From: aoml@enh.nist.gov
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: NXColorWell
  5. Message-ID: <24JUL92.12080684@enh.nist.gov>
  6. Date: 24 Jul 92 16:08:06 GMT
  7. Sender: news@dove.nist.gov
  8. Organization: NIST
  9. Lines: 15
  10.  
  11. I am using Next Step 2.?, not the new version.  It seems to me that the color
  12. well class is very, very rudimentary.  Not even debugged.  Maybe someone can
  13. help me with this problem.  I am trying to create a ColorWell that doesn't have
  14. a border.  Pretty simple, except that there is no inspector for the Well.  So
  15. I subclassed the NXColorWell, and added the following line to my initFrame::
  16. method:
  17. [self setBorder:NO];
  18. The method is documented, but I get a message saying that Color Well does not
  19. respond to that message.  And, sure enough, it is not in the Class Summary,
  20. just the class description.  What is going on here?
  21.  
  22. Has anyone else created a fixed version?  I would do it myself, but I can not
  23. find any variables for whether the border is on or not.  Please help!
  24.  
  25. Kevin
  26.