Skip to main content
Participant
July 24, 2009
Question

Latest Text Layout Framework

  • July 24, 2009
  • 2 replies
  • 1572 views

I want to use latest build with Flex 3.3 sdk but in labs.adobe.com there is only 2008 november, and is there eny build that is same as last one in flex4 sdk but working swc for using with flex 3.Or what is the reason if there isnt't ( it depends on flex 4 sdk somehow?). If there is please working link where to download. Thanks.

This topic has been closed for replies.

2 replies

October 22, 2009

Hi,

As we had latest build of  Flex SDK 4.0.0.11073.

Where we are using textlayoutframework.swc in our application from the same build.

Getting these issues.

1061: Call to a possibly undefined method createTextScrap through a reference with static type flashx.textLayout.edit:ISelectionManager.

1061: Call to a possibly undefined method getClipboardContents through a reference with static type flashx.textLayout.edit:ISelectionManager.
1061: Call to a possibly undefined method setClipboardContents through a reference with static type flashx.textLayout.edit:ISelectionManager.
1119: Access of possibly undefined property blinking through a reference with static type flashx.textLayout.edit:EditManager.
1119: Access of possibly undefined property blinking through a reference with static type flashx.textLayout.edit:SelectionManager.
1119: Access of possibly undefined property selectedElementRange through a reference with static type flashx.textLayout.events:SelectionEvent.

1178: Attempted access of inaccessible property textFlow through a reference with static type flashx.textLayout.edit:TextScrap.

Please help me to fix this same.

Adobe Employee
October 23, 2009

Sounds like either your code is making these calls, you're linking a swc that has prelinked against an older verison of TLF or multiple versions of TLF are in your path.

Hope that helps,

Richard

brian_thomas2
Adobe Employee
Adobe Employee
July 24, 2009

We are no longer posting weekly builds to our labs site. Instead, you can get the latest SWC and source from the Flex Gumbo repository. We have instructions posted on our open source page:

http://opensource.adobe.com/wiki/display/tlf/Using+TLF+with+Flex+3.2

It references Flex 3.2, but it should work the same with Flex 3.3.

Known Participant
July 27, 2009

Is it possible to view the change log of the TLF only?

Participating Frequently
July 27, 2009

Any Subversion client should be able to do this. For example, in TortoiseSVN (for WIndows), you would just right-click on your local copy of the frameworks/projects/textLayout directory and select TortoiseSVN > Show Log from the context menu. If you haven't checked out a local copy, you can use the "Repo-browser" feature and right-click on the textLayout directory in the repository to inspect its log.

Gordon Smith

Adobe Flex SDK Team