views:

121

answers:

1

I'm hoping someone knows of an enhanced TImageList for Delphi 7 that supports 32 bit (alpha channel) bitmaps (for a TTreeView). Ideally free . Or perhaps how to extend/configure the stock TImageList to handle the alpha channel properly in 32 bit color bitmaps.

+1  A: 

thany.org had a package called PNGComponents that included a TPNGImageList that handled 32-bit alpha-blended images. You also had to have PNGImage installed.

Hmm, I can't get to thany.org, but Uwe Raabe updated the set to D2009/D2010. It's available as QC #26127, and should be compatible down to Delphi 7 as long as you get the aforementioned PNGImage component first.

afrazier
It does work with Delphi 7. The critical point is to get hands on PNGImage as this is not part of the package.
Uwe Raabe