I have an app that I use the IPleaseWaitService
working fine when using Catel v 4.5.4, but when I updated to v 5.0.0, the IPleaseWaitService
does not display the UpdateStatus
and only displays a little spinner that doesn't go away on Hide
(the only way to 'hide' the spinner is to use Pop
). Additionally the views are not greyed out and not active like the previous version used to do.
Is there anything special that I have to do to implement the IPleaseWaitService
with Catel 5.0.0? (nothing indicated in the documentation)
thanks