Hi, hi want to know the index of the first character displayed in a scrollable TextArea in Flex3 and i need the last character's index too.
Any ideas ?
Thanks
Hi, hi want to know the index of the first character displayed in a scrollable TextArea in Flex3 and i need the last character's index too.
Any ideas ?
Thanks
Have you tried selectionBeginIndex and End Index? If they are not returning what you want, try using horizontalScrollPosition which gives you the starting of current scroll position and you can get data from that position.