MessageBox doesn't show. #18590
Unanswered
Wehrmachtserdbeere
asked this question in
Q&A
Replies: 2 comments
-
This looks like https://github.com/AvaloniaCommunity/MessageBox.Avalonia which is not an official Avaloinia package. But your event handler should be async and await the result. It's also possible the message box is actually appearing but is behind some other window. If you also want to try this using MVVM (which I have had success with in the past), I wrote up some information about handling dialogues in MVVM here awhile back. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My MessageBox does not show when used. Since it seems to use Async, I even tried adding that and Task, but it does nothing but break literally everything, so do not even start talking about adding async. No error either.:
Beta Was this translation helpful? Give feedback.
All reactions