Skip to main content
July 22, 2009
Question

Cannot run Flex sample "SimpleEditor"

  • July 22, 2009
  • 1 reply
  • 903 views

Hello,

I am having problems getting started with TLF.

I am running Flash Builder under Windows Vista, I have included all the libs needed but i cannot get the app started.

You can see the errors I am getting into the attached image.

Is something wrong with the libs I try to use... or...??? i have no clue how to get started

Thanks in advance!

------------------

Adrian

This topic has been closed for replies.

1 reply

July 23, 2009

Ok.. I found out what it was:

1. Started Flex Builder 3

2. Opened the project properties and selected the flex 3.2 SDK

3. Opened the project properties and selected the flash version to 10.0.0

After clean-build all errors disapeared

Thanks anyway!

Adobe Employee
July 23, 2009

If you did want to continue using the example with Flex 4 there were a couple of problems.

1) The tlf swcs were double included.  You added them and they are already bundled into Flex 4.  The 3 swcs are merged into textLayout.swc.  I suspect they were different and incompatible versions.

2) The SimpleEditor example source was out of date for the Flex 4 textLayout swcs.  Unfortunately as part of the move to open source the most recent examples are no longer posted.  I'm trying to get that fixed.

Richard

July 23, 2009

Thanks for the reply!

-------------------

Adrian