How to prevent animation from being stoped by background worker in WPF
Posted
by Adam
on Stack Overflow
See other posts from Stack Overflow
or by Adam
Published on 2010-04-15T10:59:43Z
Indexed on
2010/04/15
11:03 UTC
Read the original article
Hit count: 169
I have a WPF aplication that is doing some serious work (doing some calcualtions) when a button is hit. I wanted to add a 'busy animation'. However, the aplication is so busy doing its work that the animation is stopped until the calcuations are finished. Any ideas??
© Stack Overflow or respective owner