2011-01-23, 05:45 PM
First I thought of was that threading might be the error.
If you make the sender and receiver calls _exactly_ the same, e.g. by doing a call the main thread listens to, it would probably be easier to debug at least. I suppose this should solve it, but I've not seen you code, so well...
It could be that it is unsynchronized as well, as unsynced things usually do random things from my experience.
If not, try using setCaretPosition?
If you make the sender and receiver calls _exactly_ the same, e.g. by doing a call the main thread listens to, it would probably be easier to debug at least. I suppose this should solve it, but I've not seen you code, so well...
It could be that it is unsynchronized as well, as unsynced things usually do random things from my experience.
If not, try using setCaretPosition?

