Hello Telerik
I have started editing the Office Silver theme project to change most of the colors (I definitely would have preferred doing it from the office black theme project, but it doesn't seem to be available to the public)
Anyway, my first try was to modify the RadButton and ButtonChrome styles to have all the colors I want in the visual style.
I then compiled it, added the new Telerik.Windows.Themes.Office_silver.dll to my project, and in the App.xaml.cs file, before the initializecomponent(), put the line : StyleManager.ApplicationTheme = new Office_SilverTheme();
When I launch my project for debug (which compiles fine), I get an error, saying property TargetName doesn't exist in SlideAnimation type.
Since I knew it was supposed to be TargetElementName, and not TargetName, I changed it and restart my update process.
Once again, new error : TargetName doesn't exist in 'ExpanderExpandCollapseAnimation' type.
I really don't want to track all those errors in the theme project, so is it possible that Telerik provides us with a Theme project that would be build against Silverlight 4 and corresponding to the 2010.1.416 Office Black Theme ?
I have started editing the Office Silver theme project to change most of the colors (I definitely would have preferred doing it from the office black theme project, but it doesn't seem to be available to the public)
Anyway, my first try was to modify the RadButton and ButtonChrome styles to have all the colors I want in the visual style.
I then compiled it, added the new Telerik.Windows.Themes.Office_silver.dll to my project, and in the App.xaml.cs file, before the initializecomponent(), put the line : StyleManager.ApplicationTheme = new Office_SilverTheme();
When I launch my project for debug (which compiles fine), I get an error, saying property TargetName doesn't exist in SlideAnimation type.
Since I knew it was supposed to be TargetElementName, and not TargetName, I changed it and restart my update process.
Once again, new error : TargetName doesn't exist in 'ExpanderExpandCollapseAnimation' type.
I really don't want to track all those errors in the theme project, so is it possible that Telerik provides us with a Theme project that would be build against Silverlight 4 and corresponding to the 2010.1.416 Office Black Theme ?