[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Flicker free statistics dialog using buffered DC

From: Michael Gottwald <Micha.Gottwald_at_gmx.de>
Date: Mon, 27 Oct 2008 23:44:59 +0000 (UTC)

Hi,

this is a small improvement. I have noticed heavy flickering, when I tried to
resize the statistics dialog with bar graph or pie charts. In a different MFC
project I wrote I found an easy fix for that.
Just replace the original CPaintDC in OnPaint method with a buffered DC, e.g.
CBufferDC. You can just google for it and get it from codeproject.

best regards
Michael

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: dev-help_at_tortoisesvn.tigris.org
Received on 2008-10-28 05:23:57 CET

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.