Page 1 of 1
ActionTestRibbon - Title and Ribbon rendering error
Posted: Wed Sep 30, 2020 6:41 am
by HAiDA
Hi.
When migrating to Delphi 10.4.1 I trying comaptibility and I found rendering bug in ScaleRichView demo ActionTestRibbon.
Bug disapear when I set property TRibbon.UseCustomFrame on False. This property has poor description. Do anyne know, what causes the problem?
Re: ActionTestRibbon - Title and Ribbon rendering error
Posted: Wed Sep 30, 2020 8:34 am
by HAiDA
Re: ActionTestRibbon - Title and Ribbon rendering error
Posted: Thu Oct 01, 2020 6:55 pm
by Sergey Tkachenko
This effect looks like when runtime themes are turned off.
Project options, page Application | Manifest, Enable Runtime Themes must be checked.
Otherwise toolbar images lose semitransparency and look like on your picture.
Re: ActionTestRibbon - Title and Ribbon rendering error
Posted: Tue Oct 06, 2020 8:42 am
by HAiDA
Project options, page Application | Manifest, Enable Runtime Themes must be checked.
Example in RSP-31165 was enabled runtime themes.