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