Zazhir 0 Posted February 23, 2023 I current have a Delphi application that was made and compiled in delphi XE6. The vcl and jvcl are installed on the IDLE. I just change the theme application for the Amakrits, a dark theme. But the Ribbon do not change to dark... looks like that the dark theme din't affect the ribbon. The butons inside a TRibbonGroup are in dark theme, bu not the ribbon and him componets it self. the only options available for the Ribbon styles are this three here, and none of then are actually a match for the dark theme that I' m using now. How can I apply the same theme style that my project is now using, to the ribbon component and all his sub elements? Share this post Link to post
Lars Fosdal 1792 Posted February 23, 2023 Is that a standard Delphi component, or third party? Are you still using Delphi XE6? Share this post Link to post
Zazhir 0 Posted February 23, 2023 39 minutes ago, Lars Fosdal said: Is that a standard Delphi component, or third party? Are you still using Delphi XE6? I believe that is Jcl - Jvcl component. So it is a third party component. Share this post Link to post
programmerdelphi2k 237 Posted February 23, 2023 if you Ribbon style use any "file" (like styles in VCL / FMX ) you would can try "edit it" using a tool for that, like IDE do using "Bitmap Style Designer".... (if this is possible in XE6). now if the style use internal definitions (code) then, you know... needs hack it or copy the unit and change it Share this post Link to post