Skip to main content
July 26, 2010
Question

I need help: textLayout swf/swz/swc is missing class 'TextContainerManager'

  • July 26, 2010
  • 1 reply
  • 1483 views

hi all,

i have tried to use textLayout as an RSL, and i get an exception saying that 'TextContainerManager' class is missing.

has someone has encountered this problem ?

i use the swc/swf/swz taken from the latest published flex 4.1(4.1.0.16076).

it seems that the textLayout swc/swf/swz are not updated in the sdk,

although the source of the textLayout project does contain the class 'TextContainerManager'.

thanks in advance.

This topic has been closed for replies.

1 reply

Adobe Employee
July 28, 2010

I don't know what's going wrong, but I suspect that maybe the SWC that you've linked against when making your SWF doesn't match the SWZ that is actually being loaded. The version of textLayout there should be TLF 1.1, and the latest version of TLF is 2.0. TLF 2.0 doesn't work in the Flex 4.1 SDK, they're not compatible.

Hope this helps,

- robin

July 28, 2010

thanks for your reply.

i also guessing that the swc and swf/swz are not compatible.

but all three were taken from the latest sdk (4.1) - so the problem is there !

Adobe Employee
August 2, 2010

I set up a simple Flex project in a new workspace that uses a single RichEditableText using Flex 4.0. Everything worked fine. I upgraded to Flex 4.1, and did "Export to Release Build", everything still worked fine. Something must be different about your set up. Perhaps you have multiple textLayout.SWCs on your path? That's the first thing to check. If everything appears to be in order, go back to a clean workspace, set up a new project, and see if that works. Then you can add your project files in, and see if it continues to work.

Thanks,

- robin