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