Reputation: 956
I try to modernize a legacy Delphi VCL project using Delphi 10.3.3. I can compile and build the application without any problem. The only problem is backgrounds of transparent PNG are displayed as black in runtime.
Here is what I do:
Here is the result in runtime:
These steps work perfect in a new Delphi 10.3.3 VCL project but there are black backgrounds in this legacy project. What can I do to solve the black background issue?
Upvotes: 3
Views: 266
Reputation: 47694
Transparent images require Runtime Themes being activated in the Manifest section of the Project options.
Upvotes: 6