at_yasu's blog

ロード的なことを

2010-06-14から1日間の記事一覧

insert text for NSTextView from none main thread.

スレッドを作ってそこから、NSTextView にずらずら表示させたいのだけど、どうも一癖あるらしい。 - (void) printmessage:(NSString*)txt { @synchronized(text) { [text performSelector:@selector(insertText:) onThread:[NSThread mainThread] withObject…