Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

FB removes easing package import from code

Engaged ,
Apr 10, 2014 Apr 10, 2014

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?

TOPICS
ActionScript
322
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guide ,
Apr 10, 2014 Apr 10, 2014
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines