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

RadScheduleView swap

1 Answer 60 Views
ScheduleView
This is a migrated thread and some comments may be shown as answers.
NCA
Top achievements
Rank 1
NCA asked on 02 Oct 2013, 12:30 PM
I'm swapping themes from ExpressionDark to Windows8Touch for a project. The swap from ExpressionDark to Windows8Touch isn't seamless.

In the Telerik.Windows.Controls.ScheduleView.xaml file (Windows8Touch) I see a reference to telerik:Windows8TouchResource, is this Windows8TouchResource a file I should have local on my computer?

I would appreciate any help on this, thanks.

1 Answer, 1 is accepted

Sort by
0
Kalin
Telerik team
answered on 04 Oct 2013, 08:40 AM
Hi Terence,

The Windows8TouchResource is located in our assemblies, so you don't need any extra files. For more detailed information about the Windows8Touch theme please check this article from our online help documentation. If you need to change the theme colors and fonts dynamically you will have to ensure that the Windows8TouchResourceDictionary is merged to App.xaml in the following way (it is explained in the linked article above):

<Application.Resources>
    <ResourceDictionary>
        <ResourceDictionary.MergedDictionaries>
            <telerik:Windows8TouchResourceDictionary/>
        </ResourceDictionary.MergedDictionaries>
    </ResourceDictionary>
</Application.Resources>

Hope this will help you.

Regards,
Kalin
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for WPF.
Learn what features your users use (or don't use) in your application. Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>
Tags
ScheduleView
Asked by
NCA
Top achievements
Rank 1
Answers by
Kalin
Telerik team
Share this question
or