> I see there is flicker due to this "Clear Operation" and : "Redraw operation". Looks like there is some unknown delay which is getting : reflected this way. But my code sequence I very straight forward.. and : simple.
A basic mechanism to stop flickering is to double buffer all output, which means drawing into an offscreen pixmap and then copyarea that to the screen once. Your code sequence may be straight forward and simple, but if it over draws the same area twice (especially including automated background clearing) then you're apt to see flicker except for very fast systems. Regards, Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]