Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using MessageBoxImage.None throw an exception #41

Closed
JeremyAnsel opened this issue Feb 23, 2024 · 0 comments · Fixed by #42
Closed

Using MessageBoxImage.None throw an exception #41

JeremyAnsel opened this issue Feb 23, 2024 · 0 comments · Fixed by #42
Labels
bug Something isn't working

Comments

@JeremyAnsel
Copy link
Contributor

Describe the bug
Showing a message box with MessageBoxImage.None throw a System.FormatException exception.

To Reproduce
Steps to reproduce the behavior:

  1. Run:
iNKORE.UI.WPF.Modern.Controls.MessageBox.Show("message", "caption", MessageBoxButton.OK, MessageBoxImage.None);
  1. A System.FormatException exception is thrown.

Expected behavior
The message should be shown.

Desktop (please complete the following information):

  • OS: Windows 11
@NotYoojun NotYoojun added the bug Something isn't working label Feb 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants