cnpack / cnvcl

CnPack VCL Components
http://www.cnpack.org
335 stars 102 forks source link

Transparent property for TCnAAScrollText #15

Closed chicknsoup closed 3 years ago

chicknsoup commented 3 years ago

Hi there,

Currently, TCnAAFadeText, TCnAAMarqueeText, TCnAAText support Transparent. Is it possible that we have Transparent property for TCnAAScrollText?

shanzhashu commented 3 years ago

TCnAAScrollText is different with other controls.

If need TCnAAScrollText's transparent support, we must use GDI+ to draw alpha/transparent Text, which only supports on Delphi XE2 or above. And need a lot of time to do this work...

chicknsoup commented 3 years ago

Oh, I thought it's similar to the TCnAAMarqueeText control with just different direction. It would be nice to have the property implemented. I know it takes time though. Thanks.

shanzhashu commented 3 years ago

Basically done. TCnAAScrollText support transparent property for ALL Delphi versions without GDI+.

chicknsoup commented 3 years ago

Great work. Thank you.