Hello !!

I'm on Ubuntu Intrepid ibex. I installed Java, Eclipse and the 
FlexBuilder plugin.
First I have many problems when I compile, with out of memory errors... 
Even I change the vmargs with Xmx=1024M the result is the same... But 
it's not the main problem...

I have some problems with the flash package...
If I write "import flash." only errors package is displayed with 
autocompletion. After that, when I use autocompletion  in my class, it 
remove all flash packages not found from the import list.

Example :

I have

import mx.collections.ArrayCollection;
import flash.display.Sprite;
import flash.display.DisplayObject;
import flash.utils.Timer;
import flash.events.Event;
import flash.events.KeyboardEvent

in the header of a class. If I use autocompletion, FlexBuilder remove 
all flash imports, and I'll have only the mx.collections.ArrayCollection 
import. So when I launch compilation, I have some errors due to missing 
imports.

If anyone has a solution... Thanks in advance.

Thierry aka titouille

Reply via email to