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

Windows8Theme not found

9 Answers 109 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Bertha
Top achievements
Rank 1
Bertha asked on 11 Jan 2013, 08:07 PM
I like the Windows8Theme.  But when I tried to type in Windows8Theme(), it cannot found and compiled it in WPF application.  But all the other themes are working properly.

 

 

StyleManager.ApplicationTheme = new Office_BlackTheme();

 

9 Answers, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 14 Jan 2013, 07:50 AM
Hi,

 Can you post more info about your RadControls for WPF version? 

All the best,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Bertha
Top achievements
Rank 1
answered on 14 Jan 2013, 02:28 PM

UserControl xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

<telerik:RadGridView Name="myGrid" Grid.Row="1" AutoGenerateColumns="False" DataLoadMode="Asynchronous" CanUserReorderColumns="False" IsFilteringAllowed="False" Margin="10,5,5,5" ShowGroupPanel="False" CanUserDeleteRows="True" IsReadOnly="False"

AddingNewDataItem="myGrid_AddingNewDataItem_1" RowEditEnded="myGrid_RowEditEnded_1" Deleted="myGrid_Deleted_1"

DataLoaded="myGrid_DataLoaded">

</telerik:RadGridView>

Not sure how to check the version.  I called the RadGridView in Usercontrol of WPF application.

 

 

0
Bertha
Top achievements
Rank 1
answered on 14 Jan 2013, 02:34 PM
I found Windows8 folder did not exist under C:\Program Files\Telerik\RadControls for WPF Q2 2012 SP1\Themes\WPF40.  Where can I download it?
0
Vlad
Telerik team
answered on 14 Jan 2013, 02:36 PM
Hello,

 You can download our latest official version (Q3 2012 SP1) from your account. 

Greetings,
Vlad
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Bertha
Top achievements
Rank 1
answered on 14 Jan 2013, 02:38 PM
Thanks.
0
Bertha
Top achievements
Rank 1
answered on 13 Feb 2013, 08:38 PM
I have the latest version and can reference to Windows8Theme(). But when I run it, the menu is blue and the column header row has no colour. Other themes are working correctly. How to fix that?  Thanks.

StyleManager
.ApplicationTheme = new Windows8Theme();
0
Dimitrina
Telerik team
answered on 18 Feb 2013, 01:16 PM
Hello,

Actually the header row should be White when the Windows8Theme is applied. You can check the Theming demo on the WPF Demos for a reference of the look and feel of the different Themes.

I have attached a sample project for a reference.

Regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Swetha
Top achievements
Rank 1
answered on 05 Mar 2013, 03:24 PM
Thank you. I looked at you code. When I run it I still see the color is blue. From one of the demos on site I see that Windows 8 must be purple. Can you please help me get this as I like purple better. Is it something to do with the OS I am running.
Attached are the files that will explain what I am talking about
Thanks
0
Dimitrina
Telerik team
answered on 05 Mar 2013, 04:01 PM
Hello,

For the WPF Demos the AccentColor is changed to be purple. You can check this help article on how to change it yourself.

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
General Discussions
Asked by
Bertha
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Bertha
Top achievements
Rank 1
Dimitrina
Telerik team
Swetha
Top achievements
Rank 1
Share this question
or