RRUZ / vcl-styles-utils

Extend and improve the Delphi VCL Styles
https://theroadtodelphi.wordpress.com/
329 stars 115 forks source link

TTaskDialog styling scale incorrect #297

Closed rshuck closed 1 year ago

rshuck commented 2 years ago

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 in an ugly looking bottom and right hand edge.

image

Whereas the screenshots on the web do not show this.

DinuruSeniya commented 2 years ago

Seems like VCL Dialog theming is supported natively upwards from Delphi 10.4 Sydney, therefore this issue is caused by vcl-styles-utils trying to double-theme the dialog.

DinuruSeniya commented 2 years ago

However, file open/save dialogs still need to be themed with vcl-styles-utils. Is there a way to disable vcl-styles-utlils for only TTaskDialogs?

DinuruSeniya commented 1 year ago

You can update the copyright, but you can't even fix these bugs which makes programs unusable for release with Delphi Alexandria!!! 😡🤬 @RRUZ Build and see your demos yourself if you don't believe me.

luebbe commented 1 year ago

... and merge Bugfix PRs that are open since more than a year ... See #288