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 RichEditableText component will listen for inline images and update the
control when the image loads, the RichText does not guarantee it will
update the control (in this case RichText will not guarantee it will show
the image).

You can add event listeners on the TextFlow to listen for the StatusChange
event and update the text flow when any new image loads.

Note: If you set the width and height of the image in TLF markup then the
text flow knows how to lay out it's contents before the image loads and
there will be no resizing.

On Fri, Feb 17, 2017 at 4:07 AM, goratz <gor...@gmail.com> wrote:

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

Reply via email to