Quick post… just for inform which I just moved the VCL Styles Utils from google code to Github.
Author Archives: Rodrigo
Delphi Dev. Shell Tools Supports RAD Studio XE8
DIC Now supports RAD Studio XE8
I just added support RAD Studio XE8 to the Delphi IDE Colorizer plugin, the new version (0.7.7.7) includes several improvements like the support for style owner draw controls of the IDE like the Device Manager.
Check the next screenshots with the VCL Style glow applied
If you want set your IDE with the same look of the images use these settings
For more info about the plugin check these pages
If you want report a issue or suggest a new feature please use the issue page of the project.
Regards
Rodrigo.
VCL Styles Utils and XE8
The VCL Styles Utils is working fine under XE8. (All the tests passed)
Check these screenshots with the new VCL Style glow included in RAD Studio XE8
DITE supports RAD Studio XE8 and Modern Theme
I just added support for RAD Studio XE8 to the Delphi IDE Theme Editor (1.8.1.0). Also a new feature was introduced to allow edit the values (color and font) of the modern theme (only available in XE8). To use it just press the button “Additional Settings” and set values for the Main ToolBar and the IDE Font, finally press the button “Apply”. Also you can restore the default settings pressing the button “Restore”.
Screenshots
Delphi Dev.Shell Tools, WDCC, Delphi Preview Handler moved to Github
I just moved more projects from Code Google to GitHub
- delphi-dev-shell-tools – Shell Extension for Object Pascal Developers.
- delphi-preview-handler – Source code preview handler for Windows.
- delphi-wmi-class-generator – Creates Object Pascal classes to access the WMI
- vcl-styles-plugins – Skinning plugins for third party installers and apps.
- wmi-delphi-code-creator – Allows you to generate Object Pascal (Delphi, Free Pascal), Oxygene, C++ and C# code to access the WMI
Regards Rodrigo.
TSMBIOS moved to Github
Due to the upcoming shutdown of the google code site. I started the long task of migrating all the projects hosted in google code to Github, The first one is the TSMBIOS project.
Check the new links
Regards
Rodrigo.
Delphi IDE Colorizer – New Version Released
I just released a new version (0.6.1.0) of the Delphi IDE Colorizer (DIC) which fix a bug affecting to the XE6 and XE7 RAD Studio IDE’s , causing which the IDE crash on the exit or continue loaded on memory.
Rodrigo.
VCL Styles Utils – Major Update (Dialogs, ProgressBar, DateTimePicker, ListView and more)
A Major updated was made to the VCL Styles Utils project. This version include several fixes and new features.
Vcl.Styles.Hooks
The Vcl.Styles.Hooks unit is the most updated part of this new release. This unit is the responsible of hook some of the UxTheme and WinApi methods like DrawThemeBackground, GetSysColor and GetSysColorBrush. Which allows take the control of the painting process for the system themed (and owner-draw) controls.
ListView
This new release fix the highlight color used on the selected items and also replace the themed checkBox by a styled checkbox.
ListView with VCL Styles + Vcl.Styles.Hooks unit
Also was added support for style the Listview groups.
ListView with VCL Styles
ListView with VCL Styles + Vcl.Styles.Hooks unit
DateTime Controls
The Styling of the TMonthCalendar and TDatetimepicker components is one of the limitations of the VCL Styles, because such components are owner-draw by the system and doesn’t allow to customize the look and feel when the native themes are enabled (for more information read these TMonthCalendar and TDatetimepicker ) also only the newest versions of Delphi includes a partial styling support for such components. With this new release the styling of these controls is now possible.
TDateTimePicker and TMonthCalendar with VCL Styles
TDateTimePicker and TMonthCalendar with VCL Styles + Vcl.Styles.Hooks unit
ProgressBar
Improved support for the TProgressbar component without flicker and with Marquee style.
Select Directory Dialog
The styling for the select directory dialog was enhanced adding support for the open and close glyphs and fixing the color of the highlight bar.
VCL Styles Utils
VCL Styles Utils + Vcl.Styles.Hooks unit
Open/Save Dialog
The VCL Styles support of the Open and Save dialogs was improved adding styling for groups and highlight items. Also a fix for the select folder combobox was introduced.
VCL Styles Utils
VCL Styles Utils + Vcl.Styles.Hooks unit
VCL Styles Utils – Now supports the TTaskDialog component
I’m very pleased to introduce a very exciting new feature to the VCL Styles Utils project. This is the support for style the TTaskDialog component and all the TaskDialog based Message dialogs. This control available since RAD Studio 2007 is a wrapper for the Task Dialogs introduced in Windows Vista and allows to create very rich and flexible dialogs.
Take a look to some sample dialogs.
And now enabling the VCL Styles and just adding the Vcl.Styles.Hooks unit to your project…..
You can download a sample application from the project repository.
Also a compiled demo is available here.
If you found any bug please use the issue page of the project.
For a quick tutorial of how use the TTaskDialog component check this great Inofficial TTaskDialog Documentation.
Rodrigo.