Skip to main content
Inspiring
April 10, 2014
Question

FB removes easing package import from code

  • April 10, 2014
  • 1 reply
  • 357 views

This is a wierd error. FB is Flash Builder:

Sometimes when I add new code FB is trying to import assets/packages. For example: when I use flexGlobals somewhere inside code FB adds "import mx.core.FlexGlobals;" on the beginning of <![CDATA[

I use easing function inside MXML. So I manually add "import mx.effects.easing.*;" next to other import statements.

The error is whenever FB automaticly adds any "import" statement my "import mx.effects.easing.*;"  statement disappear and I have to write it again and again.

Is there some way to avoid this?

This topic has been closed for replies.

1 reply

Amy Blankenship
Legend
April 10, 2014

Just let Flash Builder do things the correct way (importing only the Classes you need) and quit trying to import entire packages.