Re: TLF, problem with the delay of updates

2017-02-22 Thread goratz
Thank you Harbs, I will try with the UPDATE_COMPLETE event. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-problem-with-the-delay-of-updates-tp59313p59819.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF, problem with the delay of updates

2017-02-20 Thread Harbs
I wrote a Google Doc a while back to document the TLF lifecycle: https://docs.google.com/document/d/1u-ljSsTjZORoUVQtJT9gt0wcZxBBkRZaGza3MbzNsL8/edit?usp=sharing Harbs > On Feb 20, 2017, at 10:58 AM, goratz wrote: > > Thank you very much Flex capacitor for your answer. > > Can you put me a ex

Re: TLF, problem with the delay of updates

2017-02-20 Thread goratz
Thank you very much Flex capacitor for your answer. Can you put me a example of event? Anywhere were I can read about Textflow events? Exists any book about the TLF? I have so many doubts about how it works. -- View this message in context: http://apache-flex-development.247.n4.nabble.

Re: TLF, problem with the delay of updates

2017-02-19 Thread flex capacitor
It is not clear what you are asking but if you have images in your text flow they do not display right away. There are various status events that you can listen for to see when an image has loaded. After that you can call updateAllControllers and it will move the text to the new line. The RichEdit

Re: TLF, problem with the delay of updates

2017-02-17 Thread goratz
Hi Harbs I only want to reply you to see my previous message. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/TLF-problem-with-the-delay-of-updates-tp59313p59591.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: TLF, problem with the delay of updates

2017-02-13 Thread goratz
Hi Harbs, thank you for your answer. Example text: *Before:* Line 1: This is a example text. *After:* Line 1: This is a ◙example Line 2: text. I tryied to make a example but in the example it works so I don't know what's happening. I have this on my code: EditManager.delayUpda

Re: TLF, problem with the delay of updates

2017-02-13 Thread Harbs
I don’t know what you mean by the Status, but updateAllControllers() should do it. Depending on what you need, compose() might be enough. I’m going to need more details to even guess what your problem is. > On Feb 13, 2017, at 1:41 PM, goratz wrote: > > Hi, I have a problem with the TLF, I'm t