Horrible Text Scrolling Performance
If I have a spark TextArea with a scrollbar to scroll through the text, and I have 500+ lines of text, it takes about a half a second to update the display list: it's super choppy.
If I have 2000+ lines of text, it almost can't update at all until I'm done scrolling.
I'm using a MacBook, 10.5, and it usually does well on processor intensive animations and such, so I don't know what's up.
Is this a problem with the text layout framework, or the TextArea? Does TLF support MS Word like text processing, that is, could you theoretically build a well-performing document editor with the TLF, or is it just for putting nice blocks of text here and there?
And along the same lines, can the TLF support tons of text on the screen like html webpages. That is, could you have a full blog with thousands of lines of text on a single page like most html blogs are today, using the TLF and RichText and all that, and it would be smooth and fast?
Thanks,
Lance
