This is a migrated thread and some comments may be shown as answers.

RadWindow Theme's changing to Default

2 Answers 93 Views
Window
This is a migrated thread and some comments may be shown as answers.
Missing User
Missing User asked on 26 Jan 2012, 01:18 PM
Hello!
First of all I'm using this version of the controls 2011.3.1116.1040, in my project I have several RadWindow's I create then using the Add Telerik Scenario feature.

After creating i set the Office_Silver Theme in the XAML like this:

<telerik:RadWindow x:Class="Modulo.Silverlight.Projetos.Views.Janelas.RadWindowHistoricoSenha"
                   xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                   xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
                   xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
                   Header="Histórico de Senhas"
                   xmlns:converters="clr-namespace:Modulo.Silverlight.Projetos.Converters"
                   telerik:StyleManager.Theme="Office_Silver"                  
                   ResizeMode="NoResize"
                   WindowStartupLocation="CenterScreen">

In the Visual Studio, the Office_Silver theme is showing correctly but when I start the application and show the Window it comes with the Default Theme(Office_Black). What is strange is that this behavior only happens sometimes not always. it seems to me that the theme is not been applied to the Window.

Is this a know issue or a bug?

Thanks!

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi
Telerik team
answered on 31 Jan 2012, 10:14 AM
Hello,

Unfortunately, I wasn't able to reproduce the problem.

I've attached a video so you can see what I've tried. The video can be open with any web browser.
You said that it does not occur every time so I've tried it many times, but still with the same outcome.

Can you please send us a support ticket with a simple project so we will be able to reproduce the problem and help you? Thanks

Regards,
Georgi
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Missing User
answered on 06 Feb 2012, 02:31 PM
Hi Georgi!

Thank you for your help, After looking deep into my project i discovered whats happening.

My Solution have both WPF and Silverlight App's, the RadWindow is defined in the WPF Application, and in the Silverlight i have just a "Copy" of the File. The window is not called every time, it depends of the kind of profile logged in the application, but once this Window is called , every others that i also show obtains the Black theme, so I discover that inside of Silverlight project i miss the Themes Dll's, after adding them everything works fine.

Thanks again!
Tags
Window
Asked by
Missing User
Answers by
Georgi
Telerik team
Missing User
Share this question
or