TChromeTabs icon indicating copy to clipboard operation
TChromeTabs copied to clipboard

TChromeTabs and vcl style

Open RicardoBer opened this issue 9 years ago • 1 comments

I try with this code in Form create

TStyleManager.TrySetStyle('Carbon'); TChromeTabsGlassForm(Self).ChromeTabs := ChromeTabs1; TStyleManager.FormBorderStyle:=fbsSystemStyle;

So the form border is glass on win7 for example and is not themed, but TChromeTabs pain obscure background. sin titulo

RicardoBer avatar Jan 12 '16 07:01 RicardoBer

This feature only works on the default Windows style, hence the "glass". VCL Styles do not support this, because the Windows drawing is completely overwritten. If anything, this is a VCL Styles bug, not a TChromeTabs bug.

djjd47130 avatar May 21 '17 19:05 djjd47130