home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / amiga / programm / 18365 < prev    next >
Encoding:
Internet Message Format  |  1993-01-08  |  1.5 KB

  1. Path: sparky!uunet!mcsun!news.funet.fi!funic!sauna.cs.hut.fi!news.cs.hut.fi!s37732v
  2. From: s37732v@snakemail.hut.fi (Markus Juhani Aalto)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Regions and BOOPSI gadgets?
  5. Date: 08 Jan 93 16:34:38 GMT
  6. Organization: Helsinki University of Technology, Finland
  7. Lines: 26
  8. Distribution: comp
  9. Message-ID: <S37732V.93Jan8183438@lk-hp-20.hut.fi>
  10. NNTP-Posting-Host: lk-hp-20.hut.fi
  11.  
  12.  
  13. Hi!
  14.  
  15. I've been programming a gadtools listview replacement with BOOPSI gadgets
  16. and it worked alright until I started to use Regions to clip my drawing
  17. to the rastport. I currently InstallClipRegion when I get GM_RENDER
  18. message and do my rendering after that. This works fine when I open
  19. the gadgets but after I size the window all clipping goes absolutely
  20. out of control. So is there a possible way to use Regions in BOOPSI
  21. gadgets? 
  22.  
  23. I think that the problem is with InstallClipRegion routine used
  24. between Refreshing because of window sizing. I just can't imagine any
  25. other way to do clipping properly and fast.
  26.   
  27. --
  28.  
  29.  
  30. **************************************************************************
  31. *         Markus Aalto              | Helsinki University of Technology  *
  32. *                                   |                                    *
  33. *  EMail: s37732v@vipunen.hut.fi    | Faculty of Electric Engineering    *
  34. *  Fax:   358-0-8746991 (Sometimes) |                                    *
  35. *                                   | Undergraduate in Computer Science  *
  36. **************************************************************************
  37.         
  38.