lchris789

Results 6 issues of lchris789

Hello, I wish you all a happy new year ! I still have an isssue with cnpack. It happens only when there is an error in source code and compilation...

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...

Hello, first thank you all, styles would be unusable without your work. Currently I use the following workaround from https://stackoverflow.com/questions/9446827/vcl-styles-client-size-of-form-reduced from stackoverflow to solve an issue with many styles increasing...

With delphi 25th anniversary new theme "Material Patterns Blue" (use Getit to download) https://community.idera.com/developer-tools/b/blog/posts/new-vcl-windows-theme-material-patterns-blue I get a range check error inside Vcl.Styles.Hooks.Detour_GetSysColorBrush LColor := StyleServices.GetSystemColor(TColor(nIndex or Integer($FF000000))); LBrush := CreateSolidBrush(LColor);...

Is there some call I can make from inside the DLL to enable the Styling ? ![image](https://user-images.githubusercontent.com/48279740/53876306-c922e700-4006-11e9-88d1-3580194d23b6.png)

With Delphi 12 I had to set ToggleSwitch.DoubleBuffered := False to get a correct background