HandyOrg / HandyControl

Contains some simple and commonly used WPF controls
https://handyorg.github.io/
MIT License
6.12k stars 1.03k forks source link

ImageViewe控件问题 #633

Open douxiaoping opened 3 years ago

douxiaoping commented 3 years ago

在使用ImageViewer控件时,windows窗口的那个按键会弹出“尚未提供文件名。因此无法启动进程”。但是我图片已经能正常显示,绑定是成功的。 <hc:ImageViewer Background="{DynamicResource SecondaryRegionBrush}" Width="600" Height="330" ImageSource="/ScrcpyScriptSharp;component/Resource/123.jpg"> </hc:ImageViewer> 不知道能不能屏蔽此按键吗?

lwqwag commented 3 years ago

在xaml 中ImageSource使用应用程序资源时无法获得文件在硬盘中的路径ImgPath,因此会弹出“尚未提供文件名。因此无法启动进程”,你可以在后台使用new ImageViewr(string path)来创建创建控件

NaBian commented 3 years ago

那么这个issue的主题是否应该改成:ImageViewer功能按钮支持可配置?

douxiaoping commented 3 years ago

支持可配置,最好下面的功能按钮均可配置。

JeremyWu917 commented 1 year ago

那么这个issue的主题是否应该改成:ImageViewer功能按钮支持可配置?

Hi @NaBian @ghost1372

Good day 🌈 Is there any plan of this issues? I mean all below button can be configed, please refer to #1313

Thanks