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

RadRichTextBoxRibbonUI Themes.Implicit dynamic theme changed

1 Answer 86 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 1
Michael asked on 12 Jul 2012, 01:37 PM
Hello. I need change theme dynamic. So I  added in reference dll from Binaries.NoXaml, and added resource dictionary into app.Resources
 <Application.Resources>
        <ResourceDictionary>
            <ResourceDictionary.MergedDictionaries>
                <ResourceDictionary Source="themes\System.Windows.xaml"/>
                <ResourceDictionary Source="themes\Telerik.Windows.Controls.Input.xaml"/>
                <ResourceDictionary Source="themes\Telerik.Windows.Controls.Navigation.xaml"/>
                <ResourceDictionary Source="themes\Telerik.Windows.Controls.RibbonView.xaml"/>
                <ResourceDictionary Source="themes\Telerik.Windows.Controls.RichTextBoxUI.xaml"/>
                <ResourceDictionary Source="themes\Telerik.Windows.Documents.xaml"/>
            </ResourceDictionary.MergedDictionaries>
        </ResourceDictionary>
    </Application.Resources>

reference dll 
Telerik.Windows.Controls.dll
Telerik.Windows.Controls.Input.dll
Telerik.Windows.Controls.Navigation.dll
Telerik.Windows.Controls.RibbonView.dll
Telerik.Windows.Controls.RichTextBoxUI.dll
Telerik.Windows.Data.dll
Telerik.Windows.Documents.dll

but   RadRichTextBoxRibbonUI dont show. if i add reference dll from Binary Folder then control display.


1 Answer, 1 is accepted

Sort by
0
Andrew
Telerik team
answered on 18 Jul 2012, 08:18 AM
Hi Michael,

We have tested such scenario and everything seems to work as expected at our end. Can you please open a support ticket and send us a project illustrating the issue (with all dlls included) so that we can investigate the issue further?

Regards,
Andrew
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
RichTextBox
Asked by
Michael
Top achievements
Rank 1
Answers by
Andrew
Telerik team
Share this question
or