Missing buttons in Opendialog with Styles

130 Views Asked by At

I'm getting OpenDialog failing to show the images on buttons if using VCL.Styles and VCL.themes.

I have downloaded VCL.Styles.Utils but cannot see how to fix the issue.

This picture shows the problem (circles where Opendialog offers Up one folder etc.)

open dialog with missing standard images

Delphi 11

1

There are 1 best solutions below

1
On

I found a solution using Jerry Dodge's advice on using VCL Styles Utils

it involves adding Vcl.Styles.Utils and Vcl.Styles.utils.StdCtrls to the implementation section of the unit, and setting UseLatestCommonDialogs to false.

CHeers