0

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

Mike Scott
  • 169
  • 2
  • 8
  • 1
    What do you mean by "downloaded"? (Update: Ah, I see. It's a third-party library that enhances VCL styles.) Also, if you don't like bugs, quality issues, and accessibility issues, you should not be using VCL styles at all. – Andreas Rejbrand Apr 27 '23 at 11:22
  • 1
    You could have linked to "_have downloaded VCL.Styles.Utils_" - the internet works through links. – AmigoJack Apr 27 '23 at 15:00

1 Answers1

0

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

Mike Scott
  • 169
  • 2
  • 8