Re: Textview is overwriting itself

2008-03-24 Thread Ross Carter
On Mar 21, 2008, at 2:37 PM, Christopher Woodruff wrote: I used a textview to work as an automatically scrolling log window for a real time data output feed. I limit the size of the textstorage programmatically. When I fill the textstorage to my programmatic size limit (currently is 16384

Textview is overwriting itself

2008-03-21 Thread Christopher Woodruff
I used a textview to work as an automatically scrolling log window for a real time data output feed. I limit the size of the textstorage programmatically. When I fill the textstorage to my programmatic size limit (currently is 16384 characters), the textview overwrites itself momentarily.