Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TChromeTabs and vcl style #49

Open
RicardoBer opened this issue Jan 12, 2016 · 1 comment
Open

TChromeTabs and vcl style #49

RicardoBer opened this issue Jan 12, 2016 · 1 comment

Comments

@RicardoBer
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants