norgepaul / TChromeTabs

Comprehensive Delphi implementation of Chrome's tab system
Other
215 stars 78 forks source link

TChromeTabs and vcl style #49

Open RicardoBer opened 8 years ago

RicardoBer commented 8 years ago

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

djjd47130 commented 7 years ago

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.