-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[WIP] MetroDialogs v4 #901
Conversation
What does it bring new? :D |
@robertstefan Bug fixes of course. I am taking suggestions for new features! 😸 |
What am I missing? EDIT: |
@robertstefan It is something you have to handle from inside of your custom dialogs. In the ProgressDialog and MessageDialog, I handled both cases already. You simply have to do the same. See this line as an example. |
Now that explains a lot why there was such a difference :) |
@robertstefan No problem! |
…h instead of AccentColorBrush (which has 80% transparency by design). If it ain't broken, don't fix it.
@Amrykid is there any method in the latest code from master branch that allows you to close the modal from within? I mean, I open a modal from the main window, but in case I receive an error I want to close it and display the error message.
I gave it a try by passing the metrowindow as a parameter when I instantiate the modal :D but I don't think that's a good idea... |
@robertstefan I don't understand. Since this is not directly related to dialogs, could we take this to IRC? You can access it directly from your browser by clicking here and typing in a name and the capcha. |
…e of user-created MetroWindows too.
Todo list
InputDialog
. If you want more features, take the code and modify it to your needs.RequestClose
works for internal dialogs too. It is now calledRequestCloseAsync
.UseAnimations
property to disable the animations on dialogs. This does not affect the overlay animations.FIXES #906