This question is locked. New answers and comments are not allowed.
Hi,
We are using PRISM,Silverlight, Unity and Telerik.
When my Bootstrapper runs i set the following Application wide theme:
StyleManager.ApplicationTheme = new Telerik.Windows.Controls.SummerTheme();
The application shell is displayed and the login page is displayed all with the summer theme.
When the user logs in the theme is changed to their preference, also application wide.
Then modules that the user has access to are loaded.
What we are experiencing is that everything loaded prior to login is SummerTheme and new views that are loaded after Login are all the users prefered theme.
When you change a theme application wide should it not change everything that has already been loaded?
Is there a different way to change themes at runtime?
Thanks,
Steve
We are using PRISM,Silverlight, Unity and Telerik.
When my Bootstrapper runs i set the following Application wide theme:
StyleManager.ApplicationTheme = new Telerik.Windows.Controls.SummerTheme();
The application shell is displayed and the login page is displayed all with the summer theme.
When the user logs in the theme is changed to their preference, also application wide.
Then modules that the user has access to are loaded.
What we are experiencing is that everything loaded prior to login is SummerTheme and new views that are loaded after Login are all the users prefered theme.
When you change a theme application wide should it not change everything that has already been loaded?
Is there a different way to change themes at runtime?
Thanks,
Steve