PDA

View Full Version : Updation of GUI truncates Packets



arunvv
11th July 2007, 19:27
Hi All,

I had a GUI built with Qtopia4.2. I am updating my textboxes whenever I send packets over air. But some of the packets sent over air are getting truncated.
If there are no updations to my textboxes there is no truncation to my packet.

I am using QTextEdit as a textbox, I am updating GUI for every 200ms using QTimer.

When updating the textboxes only this truncation is happening? Can anybody tell me what exactly is the cause for this problem?

Thanks & Regards,
Arun.

jacek
11th July 2007, 20:13
What protocol do you use to send those "packets"? And what do you use to receive them?