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

  1. Path: sparky!uunet!mcsun!Germany.EU.net!unido!nextpoint!dev01
  2. From: hans@dev01 (Hans Peter Geiser)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: NXRectFill - How to use this correctly?
  5. Message-ID: <1682@nextpoint.UUCP>
  6. Date: 24 Jul 92 08:23:52 GMT
  7. References: <1992Jul22.161151.7557@cs.rose-hulman.edu>
  8. Sender: usenet@nextpoint.UUCP
  9. Lines: 11
  10.  
  11. >      NXSetColor( GaugeDat.backColor );
  12. >     NXRectFill(&bounds);
  13. > GaugeDat.backColor is just an NXColor.  However, this little ditty does  
  14. > absolutely nothing that I can see, no matter how backColor is set.
  15.  
  16. Are you doing the NXRectFill() in a drawSelf:: method, or - if not - have you  
  17. done the lockFocus on the View you want to fill?
  18.  
  19. Hans-Peter Geiser 
  20.