Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
665
Showing Busy/Progress Dialog in MVVM
posted

I have a requirement to show busy/progress dialog while VM is busy for a prolonged period of time.  My preference is not to use code behind. After some research I put together a sample that uses XamDialogWindow with WindowState property bound to VM’s IsBusy property. The Dialog window may potentially contain progress indicator, etc. I have uploaded this sample just in case anyone else is interested.

 

There is some peculiar behaviour – If I make XamDialogWindow modal to take an advantage of Modal Background features the animation gets broken.

Any suggestins?

Regards

Boris

WaitDialog.zip
Parents
  • 35319
    posted

    Hello Boris,

     

    Thank you for your post. I have been looking into your sample application and I am not sure what exactly is going wrong. It seems that the animation works fine. Would you please give me some additional information about your issue or attach a video that presents where exactly it crashes ?

     

    Looking forward to hearing from you.

Reply Children