Great! I was frankly a bit surprised that Qt would fire events without any reason. Good to learn that it doesn't.

FYI, the native Windows API does not do this either, except if you try to use multimedia. When you start a movieclip, windows will process messages. Urgh! When you go look in the documentation, there is a small note that says so, but such a thing can basically cost days of rework to fix, since typically all the code is depending on predictable pathways for message handling.

Regards,
Asger



Reply via email to