Re: Slow updating TextView
Re: Slow updating TextView
- Subject: Re: Slow updating TextView
- From: "John C. Randolph" <email@hidden>
- Date: Fri, 12 Oct 2001 08:12:08 -0700
On Friday, October 12, 2001, at 07:12 AM, Drew McCormack wrote:
On Friday, October 12, 2001, at 04:04 , John C. Randolph wrote:
Sounds like a bug, but you might try sending -display to that
textfield, too.
Thanks, that worked. It is strange though. You're not really supposed
to call "display" in general, right?
Drew
Well, you shouldn't have needed to in this case, but I wouldn't say that
you're not *supposed* to call it. Views that I write call [self
display] every time I change an ivar that affects their appearance.
-jcr