
Hi Actipro Team,
I am trying to use the custom DictionaryReferences from the "CustomDockingThemeCatalog" sample, combined with a tinted ApplicationButton, like in the "Tinting" sample. Unfortunately, I had no luck in getting both effects together:
- When I register more than one ThemeCatalog, my application hangs when switching the theme
- When I derive my CustomThemeCatalog from TintedThemeCatalog and override the DictionaryReferences property, as in your sample code, calling the 'TintGroups.AddRange(TintGroupSets.ApplicationMenu, Colors.Red)' function has no effect, and the ApplicationButton stays blue.
So, what do have to do to get both effects combined?
Best Regards,
Detlef