Page 1 of 1

TGradient flashing when resizing...

PostPosted: August 28th, 2007, 3:36 am
by Terrance Hui
Dear Kambiz,

I just downloaded and working around the TGradient VCL.. is very cool VCL. Thanks for your great VCL.

and I have 1 questions:

1. When TGradient.Align to alTop on the TForm, TGradient is flashing when the form resizing... have any idea to make is show smoothly?

Thanks a lot.

Terrance

PostPosted: August 28th, 2007, 7:20 pm
by Johnny_Bit
doublebuffered to true

PostPosted: August 28th, 2007, 8:54 pm
by Kambiz
Johnny_Bit wrote:doublebuffered to true
DoubleBuffered property of the control, which TGradient control is over it.

PostPosted: August 30th, 2007, 1:46 am
by Terrance Hui
thanks a lot.