Board index » cppbuilder » clearing TPaintBox before paint event

clearing TPaintBox before paint event

Hi,
I'm using a TPaintBox to display a graph. Before the paint event is called,
the area is cleared (filled with white rect). How do I prevent this from
happening, as it is causing the graph to flicker.

thanks in advance
Rob

 

Re:clearing TPaintBox before paint event


See answer to your yesterday's question.

Jirzi

Quote
"Rob Hazlewood" <r...@moofed.com> wrote in message news:3a7a6b59$1_2@dnews...
> Hi,
> I'm using a TPaintBox to display a graph. Before the paint event is
called,
> the area is cleared (filled with white rect). How do I prevent this from
> happening, as it is causing the graph to flicker.

> thanks in advance
> Rob

Other Threads