Skip to main content
Inspiring
May 26, 2010
Question

InLineGraphicElement bigger than the textFlow Boundaries

  • May 26, 2010
  • 1 reply
  • 513 views

Hi,

When the InLineGraphicElement is bigger than the TextFlow (after the initial import), it doesn't render until the container is updated by the user. After the user makes a change, the image shows up.

How can I force the images to always show after the initial import even if they are bigger than the container?

Tks.

This topic has been closed for replies.

1 reply

Adobe Employee
May 26, 2010

I suspect you need a listener for StatusChangeEvent.INLINE_GRAPHIC_STATUS_CHANGE.

Download the examples here:  http://opensource.adobe.com/wiki/display/tlf/Text+Layout+Framework

And look for the InlineGraphic.as example.

Hope that helps,

Richard