I want to load a PNG with transparent background in a TImageList and use it in a TMainMenu (via TAction).
However, in Delphi the background is just black.
This guy says it worked for him, but with a button instead of a main menu.
My setup:
- My image is 8 bit per color plus 8 bit for transparency channel (I have tried also with 1 bit for transparency but still doesn't work). The image looks just fine in any other program.
- Delphi XE.
- In TImageList's editor, the 'transparent color' and 'Fill color' are set to 'Default' and are disabled.