Are the key events are lost completely or they are delivered after a short delay/jerk?
Are the key events are lost completely or they are delivered after a short delay/jerk?
Lost completely. For example typing 1234567890 into a text edit may result in 12890 appearing.
Try delegating the database calls to a thread (remember you need to have a separate database connection for each thread).
chris_helloworld (15th September 2010)
Yes, thats going to be my next step, though I'd have liked to have understood where my events were being lost.
Bookmarks