Hi all,
I've just upgraded my telerik winform components libraries to version 2012.2.608.20 and encountered some issues related to telerik theme. There are 2 issues that emerged:
Is there any solution to handle this issues?
Thanks
I've just upgraded my telerik winform components libraries to version 2012.2.608.20 and encountered some issues related to telerik theme. There are 2 issues that emerged:
- I have a project that uses splash screen (I use telerik form and other telerik controls inside the splash screen). I used to use ThemeResolutionService.ApplicationThemeName property on my Form.Load handler to set theme for entire application and it worked fine. But now it always throws InvalidOperationException that says "Cross-thread operation not valid: Control 'SplashScreen1' accessed from a thread other than the thread it was created on.". I also try not to use telerik controls on my splash screen but it works fine. It looks like the theme engine tries to change the theme of the telerik controls inside the splash screen.
- In designer environment I used to be able to change the controls' ThemeName property to for instance "TelerikMetro" as long as I have "TelerikMetro" theme component placed inside my main form. But now the property doesn't show "TelerikMetro" option even if I have placed "TelerikMetro" theme component inside my main form.
Is there any solution to handle this issues?
Thanks