Hello,
I have a problem with Ribbon template. When I was using version 12.1.20121.2059 was the menu like the image below.
Yesterday I updated the application to the latest version of dlls 12.2 and there was a problem with the menu, the image below
I can't find where I need change to fixed my template. Can anyone help me?
Thanks,Fernando Marostega
Hello Fernando,
Thank you for your feedback. I am glad that you resolved your issue and I believe that other community members may benefit from this as well.
Thanks again.
Hello Stefan,
Thank you so much, that worked.
I updated the files from your theme in the RibbonBase folder.
Thanks,
Fernando Marostega
I have modified the sample, so now it works as you want. Basically I set the XamRibbon’s Theme to IGTheme, since I noticed you used it as a base for your theme, but it seems like that you missed some style or Trigger there. If you don’t want to set the Theme property I can suggest you compare your theme and the IGTheme and add the missing code.
Hope this helps you.
Thanks for the response.
I saw your sample and when I set IsMinimized to 'true' I found a similar problem.
Than I do some test on my application and found two new things.First, if I disable ApplicationMenu the problem didn't happen.
Second, if I set IsMinimized to 'false' the problem didn't happen.
Any idea what might be happening?
I used the Styles you have provided to create a sample project and everything seems to work ok on my side. If the sample doesn’t satisfies all your needs feel free to modify it, so it reproduces your behavior and send it back to me for further investigation.
Looking forward for your reply.