Re: Replace All functionality issue in TLF

2014-01-06 Thread Alex Harui
Are you trying to allow replacing of words broken into different elements? Like replacing "foobar" in foobar? If not, it might be faster to simply walk the text flow's text elements and run replace in each one. On 1/6/14 2:10 AM, "Kanishkar" wrote: >Hi Flex, > > > >

Replace All functionality issue in TLF

2014-01-06 Thread Kanishkar
Hi Flex, I have proud to use Flex application. Now I am working in TLF(TextFlow Layout Framework). I am trying Replace All functionality in TextFlow, I can do replace limited number text in textFlow. I did below steps to do replace all :- 1) TextFlow c