Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

设置了mui:ModernWindow.TileLinks 点击 “设置”挂掉了 #182

Open
xulayen opened this issue Apr 9, 2018 · 3 comments
Open

设置了mui:ModernWindow.TileLinks 点击 “设置”挂掉了 #182

xulayen opened this issue Apr 9, 2018 · 3 comments

Comments

@xulayen
Copy link

xulayen commented Apr 9, 2018

<mui:ModernWindow.TitleLinks>
    <mui:Link DisplayName="设置" Source="/Pages/setting/Settings.xaml"  />
    <mui:Link DisplayName="帮助" Source="https://github.com/firstfloorsoftware/mui/wiki" />
</mui:ModernWindow.TitleLinks>

image

@xulayen
Copy link
Author

xulayen commented Apr 9, 2018

I add a ModernWindow.TileLinks insert a seetting xaml ,and click the links tips me bug

@xulayen
Copy link
Author

xulayen commented Apr 9, 2018

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.

@ameaninglessname
Copy link

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???

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants