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.
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
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.
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
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.
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
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