mui
mui copied to clipboard
设置了mui:ModernWindow.TileLinks 点击 “设置”挂掉了
<mui:ModernWindow.TitleLinks>
<mui:Link DisplayName="设置" Source="/Pages/setting/Settings.xaml" />
<mui:Link DisplayName="帮助" Source="https://github.com/firstfloorsoftware/mui/wiki" />
</mui:ModernWindow.TitleLinks>
I add a ModernWindow.TileLinks insert a seetting xaml ,and click the links tips me bug
I got the answer!!!! if you insert the '<mui:ModernProgressRing IsActive="True" Width="80" Height="80" Style="{Binding CmbRingStyle}" />' into to xaml files ,and now you click the TitleLinks the event source is you main Form , not the 'FirstFloor.ModernUI.Windows.Controls.ModernFrame'.However,i do not know the reason.
I got the same issue,: I add a "NotifyIcon" in the MainWindow.xaml file, then I build and run, fine for now. But when i click "setting", I got the same exciption with you at the same place.
remove the "NotifyIcon" code, it works just fine. How can i solve a bug like this???