Hi,
I noticed that you can add a number of theme's as reference like leaf, lipstick, forestgreen, etc but you are not able to set these theme's with ThemeManager.ApplicationTheme.
How can i use these theme's?
Hello Jacob,
Thanks for reaching out. I believe this has been previously discussed over on the following thread:http://es.infragistics.com/community/forums/p/41014/229010.aspx#229010
Let me know if you have any questions.
Looking at the thread i used this peace of code to try and apply the themes in question:
Infragistics.Windows.Themes.Leaf.DataPresenter presenter = new Infragistics.Windows.Themes.Leaf.DataPresenter(); Infragistics.Windows.Themes.ThemeManager.CurrentTheme = Infragistics.Windows.Themes.ThemeManager.ThemeNameLeaf;
However, the theme is not applied to for example RadialMenu or other controls. Thusfar i used Infragistics.Themes.Thememanager to apply theme's which is working perfectly. Now i have to use Infragistics.Windows.Themes.ThemeManager to apply the custom theme's like 'leaf'. The first method works great but apparently can't be used for the custom theme's. So how do i apply the custom theme's to for example RadialMenu, a regular form or other Infragistic controls?
Regards,
Jacob
Hello,
A follow up question. Obviously i added the reference of the themes and also the reference Infragistics.WPF4.DataPresenter.v14.2
In preperation i also added these references to my setup project. However, on installing the application it doesn't start anymore. In the event viewer it says that it's missing a file at Infragistics.Windows.DataPresenter.DataPresenterBase.cctor()
My project has framework 4.5 set. Which additional files do i need to include in my setup to prevent this error.
Well if you like you can download the broken setup here:
http://www.jacobiedema.nl/RadialMenu/download/setup_1.7.exe
It will install a small program that uses the RadialMenu control to present a program launcher. The setup checks also if .Net framework 4.5 is present.
A working setup (without the datapresenter) is here:
http://www.jacobiedema.nl/RadialMenu/download/setup.exe
Jacob,
You are going to need to reference the Editors assembly, which is missing and most likely the cause of the issue.