-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add ShowMessageBoxRequest #25
Comments
IMO this should not happen, the WPF MessageBox class has several options that the above sample does not take into account, the only option to deign it right is to leak the @micdenny thoughts? |
For my personal point of view, I've stopped using messagebox because it sticks on a system component, and because it does not look and feel like a custom view. We usually have a custom modal view that over all the canvas using a Grid in a MainView, and yes we use messaging to open/close and interact with the modal view. I would not add this in radical. |
What about introducing a custom message box thing that utilizes UI Composition to achieve a better result? |
Similar to what the Splash Screen feature does |
that could be interesting, injecting in a MainView or generally on a Grid if requested with some kind of attached property |
That's really better... I have asked because in my program I have to interact with the user. I'll study the splash sceen implementation. |
@mauroservienti What about adding a ShowMessageBoxRequest to allow the user show the Windows Message Box?
Something like:
If needed I have the working code.
The text was updated successfully, but these errors were encountered: