Spell Checker
I am re-writing our spell checker that we used with the RichTextArea in Flex 3 to work with TLF. I have implemented a solution based on the spell checker adornment example. I am now trying to optimise it to only update the visible text lines or only the recently updated text lines as updating the entire text flow is slow once there is a fair amount of text, and is unnecessary. I cannot find a way to find out if a text line is visible on screen or if it has been recently changed. Any help would be appreciated.
Thank you.
