fluentribbon / Fluent.Ribbon

WPF Ribbon control like in Office
http://fluentribbon.github.io
MIT License
2.56k stars 519 forks source link

Problem with theming and Backstage button #690

Closed vogelor closed 5 years ago

vogelor commented 5 years ago

i created a theme and activated it. the theme itself works BUT NOT at the Backstage - Tab. this tab remains blue


Environment

Anhänge

theme.xaml ribbon

batzen commented 5 years ago

That's not a full theme you have there. There are separate brushes/colors for many things in the ribbon. It's not only the backstage button but also the tab header which has a wrong color. The showcase application has a theme generator which generates themes the same way it's done during compile time of the ribbon.

Just open the showcase application and select the "Styles" tab inside the window and create your theme there. ;-)

vogelor commented 5 years ago

yes - you are right. i did not get the showcase of v7 working. so i downloaded showcase of v6. now i see, they are NOT compatible. but i can't get showcase of v7 working. can you please be so kind and generate me a theme with the primary color #8FC033. That is all i need ;-)

vogelor commented 5 years ago

C:\tmp\Fluent.Ribbon-develop\Fluent.Ribbon\Fluent.Ribbon.csproj : error : Die Projektdatei ist unvollständig. Die erwarteten Importe sind nicht vorhanden.

batzen commented 5 years ago

You need VS2019 to build version 7.0 as i am already using the .net core 3.0 sdk in the projects. But you can download a compiled version from the appveyor build. There ulis a separate showcase zip in the artifacts.

vogelor commented 5 years ago

i am already using VS2019 - but i had no chance to open it. i can open the v6 Showcase but NOT the v7. i took a look at the theme - files and made it "by hand". Now it works fine!

DANKE DIR!

batzen commented 5 years ago

You need VS2019 and the .net core 3.0 sdk from https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe. ;-)

Bitteschön! ;-)