Quote Originally Posted by cafu1007 View Post
HI There,

I was told that press down click event on the gui wil not stop the event loop.
I monitor what is send and received in the serial port. When i hold down the mouse over the title bar for moving the Windows, there is not receiving information (i would say not read) from the serial port, i used Qextserialport class for serial communication. is this a Qt problem, Qextserialport or simply a block on the event loop?

Thanks
Quote Originally Posted by wysota View Post
This is somehow related to Windows display system. Qt has no influence on it since the title bar is not part of your application.
Additional to this when resizing the windows the problem is also there.

Is there any way to solve this problem/behaviour wihtout using threads? or using threads? the before one is preferred.

Thanks

CAFU