-
Notifications
You must be signed in to change notification settings - Fork 64
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
[Bug]: KryptonCustomPaletteBase, Unable to Set / Change the colour table (help to migrate to v90.) #1870
Comments
Can anyone help me? |
Hi @lesandrog The |
Hi @PWagner1 When I add the KryptonManager and set GlobalCustomPalette = KryptonCustomPaletteBase1. The colors are still Microsoft 365 - Blue. In BasePaletteType, should there be more options (Office 2010 - Silver, Office 2010 - White)? |
@Smurf-IV ?? |
No it
The default colours come from the |
So, from what I understand, to use KryptonCustomPaletteBase1 with the Office 2010 - Silver colors and some customizations (or if you want to customize another theme), I will have to import a complete XML with all the parameters. In my humble opinion, it is not very practical. |
@lesandrog Can you open your V80 xml and just change the version number to 20. |
@Smurf-IV , I had already done this test of changing v19 to v20. The result is partial, the colors that are in the custom xml are loaded correctly, but items that are not present in the xml continue with the default Microsoft365blue colors. In Palette Designer v85, creating a new one with BasePaletteMode, the theme colors were loaded. In v90 using BaseRenderMode the colors remain the same as 365blue. When importing a custom XML, only the custom items are changed, the other items continue with the default theme colors, microsoft365blue. The best result was to export an xml after using the "Populate from base" function in a v85 project and then use it in v90. One disadvantage of using the "Populate from Base" function in a v85 project is that in some themes, some items are not populated, such as ToolMenuStatus. Manual editing is required. |
In version 85, I was using a KryptonCustomPaletteBase with BasePaletteMode = Office2010Silver, with some modifications.
But I'm not able to migrate to v90.
I must be doing something wrong.
The text was updated successfully, but these errors were encountered: