vcl-styles-utils
vcl-styles-utils copied to clipboard
Extend and improve the Delphi VCL Styles
- Compiled with Delphi 10.4.1 (latest) - Running on Windows 10 20H2 (latest) - Show a themed context menu that contains more elements than possible to show on the screen...
VCL-Styles-Utils manages to style the "[ExplorerBrowser](https://docs.microsoft.com/en-us/windows/win32/api/shobjidl_core/nn-shobjidl_core-iexplorerbrowser)" very well, except for the StatusBar subcomponent. An optional fix for this has been integrated, it can be activated via "HOOK_ExplorerStatusBar".
VCL Style support within RAD Studio has been progressively getting better. Can you clarify which tweaks/features are still needed/usable in the latest version of RAD Studio?
Using Win11 and Alexandria (don't know about earlier versions) when showing a styled task dialog using the demo application the size of the box is larger than expected which results...
Attached is a demo project that cannot open the dialog on Windows 7 SP1 64 Bits I ran this project on Delphi XE 3 and XE 4 and XE 11...
[VCL Styles Bug Menu Modal.zip](https://github.com/RRUZ/vcl-styles-utils/files/7954518/VCL.Styles.Bug.Menu.Modal.zip) I searched on Google but I didn't find anything about it is a very strange situation. the Problem happens when calling a FormModal by a...
Running the VCL Styles Preview demo under Delphi 11 Alexandria will result in an access violation. The solution is to change this, in VCL.Styles.Ext, around line 93 ``` TSourceInfo =...
I have a strange issue with delphi Alexandria. Create a blank vcl themed project with any theme active. Lets say "Windows10" add these units to the mais project dpr file...
Use in C++Builder possible? How to do that?
Hello, a test in my project, I used TStatusBar + ActionList, after enabling Vcl style Utils, the StatusBar.Panels[0].text not Update.  [vcl style utils test2.zip](https://github.com/RRUZ/vcl-styles-utils/files/7684126/vcl.style.utils.test2.zip)