Hi guys, we developed an application and we are having some issues with the visual update. It's a windows form application and we integrated some WinForm telerik and recently some wpf. I'm pretty sure the problem is not coming from telerik but maybe you guys can give us a cue where to look at. So what we see is that half the time we stop moving the mouse over the application any visual will stop updating... any tooltip will stop fading in or out... any menu will stop fading in or out ... any animation in wpf will stop updating... anything stops... one fugly fix we found is to put a timer on the application and set the position of the mouse at it's current position... The process is still working though... Any input will be much appreciated!! Thanks a lot.