Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1735
Has there been changes on how the ThemeManager works or how it should be used on Infragistics 2015.1?
posted

We are having an important issue trying to use the ThemeManager. I have asked long ago how to set the Current Theme on the Ribbon and other controls here.

Everything was working fine until we updated to Infragistics 2015.1 (without the service packs).

When we set the theme in the ThemeManager like this:

ThemeManager.CurrentTheme = "Onyx";

Nothing happens! Are we doing something wrong?

Thanks!

PS: I added a post to my old question, but I don't know if anyone is following it up.

PS2: Is there a Code Format option? I don't see it. It would be useful to have one.

Parents
  • 34510
    Offline posted

    Hi Dzyann,

    Sorry for not seeing your other forum thread.  In 14.2 we added a new ThemeManager component that resides in the Infragistics.Themes namespace.  The old theme stuff should not have been affected as it resides in a different namespace (Infragistics.Windows.Themes) and it is a separate component.  I created a small test app with a ribbon and I set the CurrentTheme to "Onyx" and the ribbon's Theme property to "[current]" and this still applied the Onyx theme.  I'm not really sure why it's not working for you.  Do you have a sample that you could send me that reproduces the issue you see so I can debug it?

    ThemeManagerTest.zip
Reply Children