Okay, I've got an NSThread batch processing some stuff...
It is displayed nicely inside of a sheet attached to the main window. Everything works nicely, except sometimes (randomly) when I update the NSTextView with different text, it doesn't erase the previous text. It draw right on top of it, resulting in unreadable text.
Is there some trick to alleviating this problem? It doesn't make any sense to me.