Skip to content

Conversation

michaelmairegger
Copy link
Contributor

What changed?

It is possible to show and hide dialogs from any thread

Fixes issue with threads as indicated in Hide all visible Metro Dialogs before showing another one

This will fix the issue where you cannot use the DialogCoordinator in following scenarios:
 - during async/await
 - within Task.Run(...)
 - within Task.Factory.Run(...)
 - any other Background strategies.
Conflicts:
	samples/MetroDemo/MainWindowViewModel.cs
@punker76 punker76 added this to the 1.3.0 milestone Jun 21, 2016
@punker76 punker76 merged commit 97c96ef into MahApps:develop Jun 21, 2016
@michaelmairegger
Copy link
Contributor Author

@punker76 is there any bug in this PR, because of the Bug tag?

@punker76
Copy link
Member

punker76 commented Jun 22, 2016

@xxMUROxx I marked it with the Bug tag cause it's a bug if we don't' t use the Dispatcher ;-)

@punker76 punker76 removed the Bug label Jun 22, 2016
@michaelmairegger
Copy link
Contributor Author

@punker76 Ok, understood 👍

@michaelmairegger michaelmairegger deleted the feature/Background-DialogCoordinator branch June 22, 2016 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants