This question is locked. New answers and comments are not allowed.
Hi,
1. we are using "RadControls for Silverlight Q3 2009 SP1"
2. we have created a custom theme which is based on your office blue theme
3. we have changed the namespace: your namespace "Telerik.Windows.Themes.Office_Blue" to "Silverlight.CA_R7.Theme" in all the project. everything complies
4. we gave created a custom theme class by the name "CA_R7_Theme.cs" which contains the follwoing code:
1. we are using "RadControls for Silverlight Q3 2009 SP1"
2. we have created a custom theme which is based on your office blue theme
3. we have changed the namespace: your namespace "Telerik.Windows.Themes.Office_Blue" to "Silverlight.CA_R7.Theme" in all the project. everything complies
4. we gave created a custom theme class by the name "CA_R7_Theme.cs" which contains the follwoing code:
namespace
Oblicore.SilverlightClientInfrastructure.Telerik_Theme_Declaration
{
[ThemeLocation(ThemeLocation.BuiltIn)]
public
class
CA_R7_Theme : Theme
{
public
CA_R7_Theme()
{
base
.Source =
new
Uri(
"/Silverlight.CA_R7.Theme;component/themes/Generic.xaml"
, UriKind.RelativeOrAbsolute);
}
}
}
it doesn't work for us
questions:
1. we have added this class to the theme project dll, it is not located on a seprate dll as in yours telerik.windows.controls.dll, can it be located in the same dll as the theme?
2. in your help you say this:
"The Generic.xaml file is located in the Themes folder", where is the generic.xaml should be located?
in your theme projects you have no generic.xaml file
3. what does this mean "component/themes/Generic.xaml" where is your theme/genric.xaml is located how yours theme works?
10x
Ron