home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2688 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: t8311af.ppp.lrz-muenchen.de!not-for-mail
  2. From: "Stefan Stuntz" <stuntz@informatik.tu-muenchen.de>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: ClipRegions with MUI?
  5. Date: Thu, 01 Feb 1996 19:50:21 +0100
  6. Organization: Home of MUI
  7. Distribution: world
  8. Message-ID: <81318681@magic.informatik.tu-muenchen.de>
  9. References: <4enqca$26re@columba.udac.uu.se>
  10. NNTP-Posting-Host: line6e.ppp.lrz-muenchen.de
  11. X-NewsReader: IntuiNews 1.3b Beta 5 (3.1.96)
  12.  
  13. Kristofer Maad wrote in article <4enqca$26re@columba.udac.uu.se>:
  14.  
  15. > I'm writing a B-Spline editor class for MUI, and I am trying to make
  16. > the rendering clip against the object borders. In the mDraw() routine,
  17. > I make a new region with NewRegion() and add a rectangle to it with
  18. > OrRectRegion(), and then I do a InstallClipRegion(), but then the
  19. > computer hangs everytime - what's wrong!!? Am I not allowed to install
  20. > clip regions at any time?
  21.  
  22. You *must* use muimaster.library/MUI_InstallClipRegion etc. to use
  23. clipping in MUI windows. BTW, questions about MUI programming are
  24. better located in the MUI mailing list:
  25.  
  26. To subscribe, send a mail to 
  27.  
  28. mui-request@sunsite.informatik.rwth-aachen.de
  29.  
  30. with the single word
  31.  
  32. subscribe
  33.  
  34. as subject (SUBJECT, not message body!).
  35.  
  36. You might want to send a HELP command to the server as well.
  37. The address of the list itself mui@sunsite.informatik.rwth-aachen.de
  38.  
  39. --
  40. Greetings, Stefan
  41.  
  42.