Re: [flexcoders] Re: flash.* packages not found on linux FlexBuilder
Hi Oliver Thanks for the tips. I use the 3.2 sdk. I try your suggestion, and it works when I use the player/9/ swc Thierry 2009/5/15 Oliver Merk > > > Are you using the 3.3 SDK? If so, here's the fix: > > Under Project Properties > Flex Build Path > Library Path, remove the > playerglobal.swc under the framework SDK. Click Add SWC and find the > player global SWC for Player *9* in the 3.2 SDK (assuming you've got it > somewhere). For example, /frameworks/libs/player/9/playerglobal.swc. > > Clean the project and you should see everything working again. > > > --- In flexcoders@yahoogroups.com , "Thierry > V." wrote: > > > > 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 > > > > >
Re: [flexcoders] Re: flash.* packages not found on linux FlexBuilder
Hi, My linux flexbuilder also removes some flash.* imports : flash.display.Sprite import doesnt get remove whereas flash.display.Graphics does. But there's no playerglobal.swc to replace in the air app projetc I'm working on. thomas --- http://www.web-attitude.fr/ msn : thomas.parqu...@web-attitude.fr softphone : sip:webattit...@ekiga.net téléphone portable : +33601 822 056 2009/5/15 Oliver Merk > > > Are you using the 3.3 SDK? If so, here's the fix: > > Under Project Properties > Flex Build Path > Library Path, remove the > playerglobal.swc under the framework SDK. Click Add SWC and find the > player global SWC for Player *9* in the 3.2 SDK (assuming you've got it > somewhere). For example, /frameworks/libs/player/9/playerglobal.swc. > > Clean the project and you should see everything working again. > > > --- In flexcoders@yahoogroups.com , "Thierry > V." wrote: > > > > 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 > > > > >
[flexcoders] Re: flash.* packages not found on linux FlexBuilder
Are you using the 3.3 SDK? If so, here's the fix: Under Project Properties > Flex Build Path > Library Path, remove the playerglobal.swc under the framework SDK. Click Add SWC and find the player global SWC for Player *9* in the 3.2 SDK (assuming you've got it somewhere). For example, /frameworks/libs/player/9/playerglobal.swc. Clean the project and you should see everything working again. --- In flexcoders@yahoogroups.com, "Thierry V." wrote: > > 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 >