home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.next.programmer
- Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!usenet.ucs.indiana.edu!newshost.cs.rose-hulman.edu!news
- From: mcconnap@NeXTwork.Rose-Hulman.Edu (Andy McConnell)
- Subject: NXRectFill - How to use this correctly?
- Message-ID: <1992Jul22.161151.7557@cs.rose-hulman.edu>
- Keywords: NXRect, NXRectFill, Color, NXColor
- Sender: news@cs.rose-hulman.edu (The News Administrator)
- Nntp-Posting-Host: g222-10.nextwork.rose-hulman.edu
- Organization: Rose-Hulman Institute of Technology
- Date: Wed, 22 Jul 1992 16:11:51 GMT
- Lines: 13
-
-
- I need some help in drawing the background of an NXRect. I have these two
- lines in my code:
-
- NXSetColor( GaugeDat.backColor );
- NXRectFill(&bounds);
-
- GaugeDat.backColor is just an NXColor. However, this little ditty does
- absolutely nothing that I can see, no matter how backColor is set.
-
- Is there something I'm missing?
-
- - Andy McConnell
-