Questions tagged [vcl-styles.-utils]

VCL Styles Utils is a library designed to apply enhancements and bug fixes on the VCL Styles in Delphi.

VCL Styles Utils is a library designed to apply enhancements and bug fixes on the VCL Styles in Delphi.

8 questions
4
votes
2 answers

Inno Setup language selector with VCL Styles

Is there any way to use language selector (Inno Setup) with VCL Styles? How?
Nico Z
  • 997
  • 10
  • 33
3
votes
1 answer

Vcl Style Utils - Get rid of default form icon

I've already posted this as an issue on RRUZ's Vcl Style Utils library on GitHub. However, I thought I could get some help here too. I'm using VCL Styles to create a Windows 10 user interface, specifically using the "Windows 10 Dark" style. I'm also…
Jerry Dodge
  • 26,858
  • 31
  • 155
  • 327
3
votes
1 answer

Load external DLL for uninstall process in Inno Setup

I'm trying to load VclStylesInno.dll for uninstall form of Inno Setup. Next code is declared in the middle of [Code] section: procedure uLoadVCLStyle(VClStyleFile: String); external 'LoadVCLStyleW@{app}/VclStylesInno.dll stdcall'; but I faced…
3
votes
1 answer

How to apply VCL Styles to DLL-based forms in Inno Setup? New styles will not load

I have a problem with loading VCL Styles for Inno Setup. The installer generates correctly, but still remains an old style. New styles will not load. I do not understand why this is happening. Please help! Here my iss code: [Files] ... ; add library…
darkK
  • 101
  • 5
2
votes
1 answer

How to apply VCL Styles to DLL-based forms in Inno Setup for uninstall? Cannot Import dll

I'm trying to add VCL styles (Inno Setup 5.5.6 (a)) for my installer. Style load correctly during the installation, but when I try to uninstall I get an error Runtime Error(at-1:0): Cannot Import dll:VclStylesInno.dll. And I can not uninstall my…
darkK
  • 101
  • 5
1
vote
1 answer

Is there a way to temporarily suspend VCL styles when redrawing a form?

I am working with this legacy Delphi app that is a candidate for being made more modern-looking with VCL styles. One form is causing a show-stopping performance issue. This problem form dynamically creates controls from a specification. Not only…
wades
  • 927
  • 9
  • 24
1
vote
1 answer

Error when including .hpp files for VCL Style Utils generated in Embarcadero C++ Builder

I want to use the library "VCL Style Utils" in Embarcadero C++Builder 10.2 Tokyo. So I created a new project and added: Vcl.Styles.Utils.Graphics.pas Vcl.Styles.Utils.Menus.pas Vcl.Styles.Utils.SysControls.pas Vcl.Styles.Utils.SysStyleHook.pas The…
Arnaud
  • 109
  • 3
  • 15
0
votes
1 answer

Missing buttons in Opendialog with Styles

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…
Mike Scott
  • 169
  • 2
  • 8