home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!mcsun!Germany.EU.net!unido!nextpoint!dev01
- From: hans@dev01 (Hans Peter Geiser)
- Newsgroups: comp.sys.next.programmer
- Subject: Re: NXRectFill - How to use this correctly?
- Message-ID: <1682@nextpoint.UUCP>
- Date: 24 Jul 92 08:23:52 GMT
- References: <1992Jul22.161151.7557@cs.rose-hulman.edu>
- Sender: usenet@nextpoint.UUCP
- Lines: 11
-
- > 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.
- >
-
- Are you doing the NXRectFill() in a drawSelf:: method, or - if not - have you
- done the lockFocus on the View you want to fill?
-
- Hans-Peter Geiser
-