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

  1. Path: news.ao.net!news
  2. From: Jude Anthony <jude@p3.enzian.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Double-buffering a window
  5. Date: 15 Mar 1996 14:06:55 GMT
  6. Organization: Enzian Technology
  7. Message-ID: <4ibthv$ff8@news.accessorl.net>
  8. NNTP-Posting-Host: 204.240.62.132
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 1.22 (Windows; I; 16bit)
  13.  
  14. I'm writing a minor diversion that I want to run in a window since it 
  15. uses line-drawing and will eventually have menus.  Unfortunately, it 
  16. flickers a lot.  I can find lots of information on how to double-buffer 
  17. screens, but does anybody know how to double-buffer a window?
  18.  
  19. I tried allocating an extra bitmap, assigning the window's bitmap pointer 
  20. to point to the new bitmap, and using RethinkDisplay(), but the machine 
  21. just crashes and reboots.  
  22.  
  23. Any insights?
  24.  
  25. Jude
  26. jude@p3.enzian.com
  27.  
  28.  
  29.