I am not sure if this is a wxCallAfter bug or if it is a wxTextCtrl bug.
Anyhow, here it goes; I have a text chat and everytime somebody writes a
message the OutputText mathod is called. If I send messages fast, the OutputText
method hangs on the wxCallAfter(self.TextOutput.AppendText, message) line.
This does not happen on windows, just linux.
I am not sure if this is a wxCallAfter bug or if it is a wxTextCtrl bug. Anyhow, here it goes; I have a text chat and everytime somebody writes a message the OutputText mathod is called. If I send messages fast, the OutputText method hangs on the wxCallAfter(self.TextOutput.AppendText, message) line. This does not happen on windows, just linux.