Slow updating TextView
Slow updating TextView
- Subject: Slow updating TextView
- From: Drew McCormack <email@hidden>
- Date: Fri, 12 Oct 2001 15:56:38 +0200
I have managed to sort out my NSBrowser issues, but I have very strange
behavior which I could use some advice on.
My program has a window with a browser, and two text views. When I
select an item in the browser, the action method is called, and in the
action the two text views are updated with the setString: method.
This all seems to work fine, except that one of the two text views only
updates when I move the mouse around. One text view updates immediately
when the browser is clicked, and the other doesn't change until I move
the mouse a bit. Yet the "setString:" method is being called for each in
the same action method.
Any ideas?
Drew McCormack