WPFDevelopers.Minimal icon indicating copy to clipboard operation
WPFDevelopers.Minimal copied to clipboard

Message消息控件遇到的问题

Open wbb136 opened this issue 4 months ago • 0 comments

问题1:使用Prism 的 _dialogService.ShowDialog("TargetView");然后在对话框中进行 Message.Push(info, MessageBoxImage.Information); 此时可以正常显示,当关闭Dialog关闭后再打开,然后执行 Message.Push(info, MessageBoxImage.Information);无法显示消息 问题2:在主窗体中执行Message.Push(info, MessageBoxImage.Information); 消息很正确的显示在当前窗体的顶部,但是打开ShowDialog后,不太理想,还是在主窗体中显示Message

MessageTest.zip

wbb136 avatar Sep 10 '25 05:09 wbb136