PNG image support in TAdvToolBarPager tabs

Hi!

Is it posible to add PNG image Support for TAdvToolBarPager tab images?
Currently it is posible to use bmp images (using an ImageList), but result quality is not as good as to AdvOfficePager tabs images, buttons, etc.


Thanks!


What Delphi version do you use? In newer Delphi versions, you can also use PNG images with imagelists.

Hi!

I'm using Delphi Seattle. I have tried to add PNG images to ImageList, and the appear in the Tabs, but transparent part of the image appears as black.
Also tried to change BkColor, BlendColor, in ImageList with no success.

Did you try to set ImageList.ColorDepth = cd32bit?

OMG, you are right. I tried that, but I had to delete and re-add the images to make effect.

Thanks!