Author: Willy Ray
Short Link:http://www.houseoffusion.com/groups/flex/thread.cfm/threadid:2022#6191
Hey guys,
I'm struggling with a couple of things with a flex text area.
I'm accustomed to the JTextArea control from Swing... and I can really
very easily create a highlighter and tell it to highlight a certain
span of text... I'm not seeing a good way to do this with a Flex
textarea.
Second, I'm used to being able to ask a text area for the position of
the cursor in the text, so that I can insert characters @ that
position. I haven't been able to figure out how to recreate that
behavior in Flex.
Ideas?
Willy