From: "Alex Kain" Newsgroups: comp.os.msdos.djgpp Subject: Flickering in Allegro's GUI Date: 2 Jul 1997 16:02:28 GMT Organization: EarthLink Network, Inc. Lines: 10 Message-ID: <01bc8765$fed2b640$bba42499@syntaxlogic.earthlink.net> NNTP-Posting-Host: 1cust59.max9.houston.tx.ms.uu.net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk I've been making my own msg handlers for Allegro's GUI. I'm using direct blit's from a datafile to the screen when a DRAW msg is recieved. However, I'm still getting problems with the flickering in the GUI. I've some experience with game programming and I'm used to using virtual screens or bitmaps and pag flipping them to the screen to reduce such flickering. But since I'm using dialogs I have no idea on how to implement such concepts. Please help. -- Alex Kain