Skip to main content
Participant
December 8, 2011
Question

Getting error with word wrap

  • December 8, 2011
  • 1 reply
  • 826 views

So this is the error im getting:

Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.

          at flashx.textLayout.elements::FlowElement/getAbsoluteStart()

          at flashx.textLayout.compose::TextFlowLine/get location()

          at flashx.textLayout.compose::ComposeState/createTextLine()

          at flashx.textLayout.compose::ComposeState/composeNextLine()

          at flashx.textLayout.compose::BaseCompose/composeParagraphElementIntoLines()

          at flashx.textLayout.compose::ComposeState/composeParagraphElement()

          at flashx.textLayout.compose::BaseCompose/composeBlockElement()

          at flashx.textLayout.compose::BaseCompose/composeInternal()

          at flashx.textLayout.compose::ComposeState/composeInternal()

          at flashx.textLayout.compose::BaseCompose/composeTextFlow()

          at flashx.textLayout.compose::ComposeState/composeTextFlow()

          at flashx.textLayout.compose::StandardFlowComposer/http://ns.adobe.com/textLayout/internal/2008::callTheComposer()

          at flashx.textLayout.compose::StandardFlowComposer/internalCompose()

          at flashx.textLayout.compose::StandardFlowComposer/compose()

          at flashx.textLayout.container::TextContainerManager/compose()

          at flashx.textLayout.container::TextContainerManager/updateContainer()

          at spark.components::RichEditableText/updateDisplayList()

          at mx.core::UIComponent/validateDisplayList()

          at mx.managers::LayoutManager/validateClient()

          at mx.core::UIComponent/validateNow()

          at spark.components::DataGroup/getVirtualElementAt()

          at layouts::SemiCarouselLayout/updateDisplayListVirtual()

          at layouts.supportClasses::NavigatorLayoutBase/updateDisplayList()

          at layouts.supportClasses::PerspectiveNavigatorLayoutBase/updateDisplayList()

          at layouts::SemiCarouselLayout/updateDisplayList()

          at spark.components.supportClasses::GroupBase/updateDisplayList()

          at spark.components::DataGroup/updateDisplayList()

          at mx.core::UIComponent/validateDisplayList()

          at mx.managers::LayoutManager/validateDisplayList()

          at mx.managers::LayoutManager/doPhasedInstantiation()

          at mx.managers::LayoutManager/doPhasedInstantiationCallback()

From what I can tell I have several links and the end of my text flow they are formatted like this "2.nf.5" they reference to a code. If I add text to so that one of them kicks down to then next line the error goes away. also if I change the textAlign to justify it goes away as well. it looks like it has to do with the word wrap. If you have any suggestions or help that would be great thanks.

This topic has been closed for replies.

1 reply

Adobe Employee
December 9, 2011

"Error: Error #1502: A script has executed for longer than the default timeout period of 15 seconds." means there is an endless loop in getAbsoluteStart(). That is to say, one of the elements in the textflow has a incorrect '_parent'. You can debug to see if it's your fault or ours.