A normal Window will show Tooltips "Minimize", "Maximize" etc. while the mouse is hovering over the title
If I use XamRibbonWindow there are no tooltips.
How do I enable the standard Tooltips?
Hello Horst,
Thank you for your update on this matter. I have taken a look at the private case and have since answered it.
It appears that the Office2013 theme is applying in the sample project you provided for the controls that you have merged it for. The control that it is not appearing for is the XamDockManager, but I wouldn’t expect it to, as the merged theme is for the Office2013 Ribbon and the Office2013 styles are not there for the XamDockManager.
Being that we aren’t making any theme-modifications to the XamDockManager, though, I would simply recommend that you set the Theme property on the XamDockManager to “Office2013.”
Please let me know if you have any other questions or concerns on this matter.
Hello Andrew,
I will open a support case and attach a modified project to show the behavior.
Regards Horst
It is rather strange that after merging the Office2013 theme that the theme is not applying. Can you please provide some more detail on where exactly you are merging the theme? That is, which element’s Resources are you merging the theme with? In the sample project I sent you, the theme is merged in the Application.Resources and that appears to be working correctly.
I added "PresentationFramework.Luna" to the references section and now the theme is merged.
But it is not showing the Office2013 theme styles but only the standard theme.
regards Horst
thank you for the sample application which shows the correct tooltips.
But when I want to merge the RibbonOffice2013.xaml I get a lot of error messages related to the "luna" theme which is not available:
1>Fehler beim Buildvorgang.1>1>"C:\SVN\CSharp\trunk\NovaAnalysis\NovaAnalysis\NovaAnalysis.csproj" (Build;BuiltProjectOutputGroup;BuiltProjectOutputGroupDependencies;DebugSymbolsProjectOutputGroup;DebugSymbolsProjectOutputGroupDependencies;DocumentationProjectOutputGroup;DocumentationProjectOutputGroupDependencies;SatelliteDllsProjectOutputGroup;SatelliteDllsProjectOutputGroupDependencies;SGenFilesOutputGroup;SGenFilesOutputGroupDependencies Ziel) (1) ->1>(MarkupCompilePass1 Ziel) -> 1> C:\SVN\CSharp\trunk\NovaAnalysis\NovaAnalysis\RibbonOffice2013\RibbonGeneric.xaml(1721,30): error MC3074: Das Tag "SystemDropShadowChrome" ist im XML-Namespace "clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Luna" nicht vorhanden. Zeile 1721 Position 30.1> C:\SVN\CSharp\trunk\NovaAnalysis\NovaAnalysis\RibbonOffice2013\RibbonOffice2013.xaml(1103,30): error MC3074: Das Tag "SystemDropShadowChrome" ist im XML-Namespace "clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Luna" nicht vorhanden. Zeile 1103 Position 30.1> C:\SVN\CSharp\trunk\NovaAnalysis\NovaAnalysis\RibbonOffice2013\RibbonScenic.xaml(527,9): error MC3074: Das Tag "SystemDropShadowChrome" ist im XML-Namespace "clr-namespace:Microsoft.Windows.Themes;assembly=PresentationFramework.Luna" nicht vorhanden. Zeile 527 Position 9.1>1> 0 Warnung(en)1> 3 Fehler