michaellperry / Assisticant

MIT License
36 stars 19 forks source link

Updates stop when opening a modal dialog in an ICommand handler. #19

Closed michaellperry closed 8 years ago

michaellperry commented 9 years ago

Call ShowModal in a command from the course model. Days binding on the modal dialog does not work. Updates for the rest of the application will not work until the modal dialog is dismissed. The command object captures updates so that it can invoke them when the command is finished.