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

  1. Path: columba.udac.uu.se!sabik!m93kma
  2. From: m93kma@sabik.tdb.uu.se (Kristofer Maad)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Double-buffering a window
  5. Date: 16 Mar 1996 00:39:32 GMT
  6. Organization: Uppsala University
  7. Message-ID: <4id2k4$2k8a@columba.udac.uu.se>
  8. References: <4ibthv$ff8@news.accessorl.net>
  9. NNTP-Posting-Host: sabik.tdb.uu.se
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Jude Anthony (jude@p3.enzian.com) wrote:
  13. : I'm writing a minor diversion that I want to run in a window since it 
  14. : uses line-drawing and will eventually have menus.  Unfortunately, it 
  15. : flickers a lot.  I can find lots of information on how to double-buffer 
  16. : screens, but does anybody know how to double-buffer a window?
  17.  
  18. Why not making the window a Super-bitmap one and using CopyBitmap when
  19. you're done rendering a frame, then render the next frame (all
  20. rendering is done in the superbitmap rastport)...
  21.  
  22. Don't know if this works, but you might give it a try.
  23.  
  24. /Kristofer
  25.  
  26. --
  27. Name:   Kristofer Maad           | "The satisfaction in making a 'crash-
  28. Snail:  Stureg. 12A, 3tr.        |  proof' system screw up completely
  29.         753 14 Uppsala           |  almost makes it worthwhile."  /Kris
  30. Phone:  018-51 11 44             |
  31. E-Mail: m93kma@student.tdb.uu.se |   <http://www.update.uu.se/~kris/>
  32.