The answer to my question is likely out there but I'm having trouble ferreting it out.
I want to create a complete custom theme but I want to start with the RoyalLight theme. Basically, I would like an example that might show taking all the RoyalLight (for example) into a new project and create a new theme. I am then going to go back and start tweaking the theme for my needs.
I feel like this is probably a good starting point but it is confusing: https://es.infragistics.com/help/wpf/thememanager-creating-new-custom-theme.
Maybe a sample project would be helpful.
Thx
Rick
Hi Rick,
Please try uploading here:https://filetransfer.infragistics.com/public.php?service=files&t=6163b251e96759eab25fcb04175391b9
Now I see it throwing an error, let's try this one.ExtendedThemeExample.zip
On a slightly different note I pressed on with some other controls. I got the slider and the colorpicker working.
I wanted to work on the dockmanager. The dockmanager RoyalLight.xamDockManager.xaml looks like this:
<ResourceDictionary xmlns="">schemas.microsoft.com/.../presentation" xmlns:x="">schemas.microsoft.com/.../xaml" xmlns:igThemes="">infragistics.com/Themes"> <ResourceDictionary.MergedDictionaries> <igThemes:PrimitivesRoyalLight /> <igThemes:DockManagerRoyalLight /> </ResourceDictionary.MergedDictionaries></ResourceDictionary>
Where are the resource dictionaries for PrimitivesRoyalLight and DockManagerRoyalLight??
Did the sample projects post?
Please send me a sample project of the isolated theme styles attempting to style the controls you want.