http://bugs.winehq.org/show_bug.cgi?id=23488
--- Comment #8 from Artem S. Tashkinov t.artem@mailcity.com 2010-07-05 05:03:15 --- (In reply to comment #7)
(In reply to comment #5)
I want to do that as fast as possible, at the same time preserving the user ability to stop memo update execution.
I tried using timer events but no matter how I tried updates occured very slowly (if I'm not mistaken minimum timer resolution in Windows is 55ms).
What exactly your application is trying to do? Why does it need so frequent Edit updates?
https://bugs.freedesktop.org/show_bug.cgi?id=28872
First of all, my favorite Irfan View takes almost 2.5 seconds to start under Intel drivers, vs. almost instantly under proprietary NVIDIA drivers.
Secondly, many windows application which update their controls frequently flicker under Intel drivers - again that doesn't happen under proprietary NVIDIA drivers.
So, I was just trying to create a very basic application which itself updates its controls as fast as possible to demonstrate this problem.