Re: [flexcoders] textarea chars - newline

2007-05-31 Thread keith
Could you just use indexOf or RegExp to find the positions of the Strings in Flash instead? http://keithhair.com/web/highlight/highlight.swf What is the reason to get the position from Coldfusion instead of Flash? private function highlightText():void {

[flexcoders] textarea chars - newline

2007-05-30 Thread Ariel Jakobovits
i am returning an array of text snippets from coldfusion, and with each snippet, I am returning the position where that snippet is found in the whole body of text. in flex, I am putting the whole body of text in a text area and am putting the snippets in a List. I am trying to set it up so