I am using QT 3.3 for my application and updating near about 150 line edit boxes. The rate of updation is twice in a second, and this updation will continue for more than 30 minutes which showing some problems like -
X Error: BadRequest (invalid request code or no such operation) 1
Major opcode: 255
Minor opcode: 0
Resource id: 0x40035e
MyApplication: Fatal IO error: client killed
There is no delay between the updation of 2 line edits.
Thanks in advance.


Reply With Quote

What do you mean by a main thread ? Can I do any semaphore post to that thread ?
..Thanks a lot for your suggestion. Actually in my application I had nearly 15 pthread, which are updating the GUI, which was the main problem. 
Bookmarks