Flowcomposer updateAllControllers Error #1009
Hello Forum,
I get Error #1009 when I'm calling flowcomposer.updateAllControllers of my textflow AND the text is too big to fit in my container...
TypeError: Error #1009: Cannot access a property or method of a null object reference.
at flashx.textLayout.compose::BaseCompose/parcelHasChanged()
at flashx.textLayout.compose::BaseCompose/advanceToNextParcel()
at flashx.textLayout.compose::BaseCompose/fitLineToParcel()
at flashx.textLayout.compose::ComposeState/composeNextLine()
at flashx.textLayout.compose::BaseCompose/composeParagraphElementIntoLines()
at flashx.textLayout.compose::BaseCompose/composeParagraphElement()
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/updateToController()
at flashx.textLayout.compose::StandardFlowComposer/updateAllControllers()
Does anyone know why I get this error? My solution now is to just ignore the error with a try and catch...it works, but I don't like it....
