Hi,
i'm triyng to understand what you mean...i'm developing the client
side of an application, using components of varius types.
I don't know why they can't run in my code...

--- In [email protected], "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> I'm starting to think you are trying to use flex components which are
> built in actionscript and run only on the client in your server code.
> If that's true, then sorry, you can't run actionscript swc code on a
> server.
> 
>  
> 
> -Alex
> 
>  
> 
> ________________________________
> 
> From: [email protected] [mailto:[EMAIL PROTECTED] On
> Behalf Of fabio_sebastiano
> Sent: Friday, March 23, 2007 2:27 AM
> To: [email protected]
> Subject: [flexcoders] Re: Module issue
> 
>  
> 
> Hi, i'm going forward with this problem...today i downloaded flexLib
> components and i've tried to implements them in my webapp. My editor
> recognize them and suggest me all the properties...but when i run the
> app, i've got the same error as with <moduleLoader>.
> If i use the lib within another project...it works fine!!!!
> 
> Help me!!!!
> 
> --- In [email protected] <mailto:flexcoders%40yahoogroups.com>
> , "fabio_sebastiano"
> <sebastiano.fabio@> wrote:
> >
> > Alex, thank you once again.
> > I know the swc is a sort of zip file, i've opened it and i've read the
> > catalog.xml. Modules and moduleLoader tag were there.
> > I've changed the order of libraries, putting framework.swc at first
> > position, before fds swc. I've also put the source attachement in the
> > right way.
> > Everytime the same problem!
> > Are you sure that the moduleloader component is compatible with
> > project that are not recognizes as flex project by FlexBuilder? I've
> > created this project as fds project, and eclipse read it as a j2ee
> > project. I can't explain the reason that allow me to load modules
> > within a "classic" flex project and don't allow me to do the same
> > thing with fds or j2ee project.
> > 
> > Thank you very very much
> > 
> > Fabio
> > 
> > 
> > 
> > --- In [email protected]
> <mailto:flexcoders%40yahoogroups.com> , "Alex Harui" <aharui@> wrote:
> > >
> > > The framework.swc is really a zip file. In it is a catalog.xml that
> > > lists the classes known to it. Make sure ModuleLoader is in there.
> > > 
> > > 
> > > 
> > > It might be an order problem too. Make sure the framework.swc is
> going
> > > to be found before the FDS swcs.
> > > 
> > > 
> > > 
> > > ________________________________
> > > 
> > > From: [email protected]
> <mailto:flexcoders%40yahoogroups.com> 
> [mailto:[email protected] <mailto:flexcoders%40yahoogroups.com>
> ] On
> > > Behalf Of fabio_sebastiano
> > > Sent: Thursday, March 22, 2007 1:02 AM
> > > To: [email protected] <mailto:flexcoders%40yahoogroups.com>
> 
> > > Subject: [flexcoders] Re: Module issue
> > > 
> > > 
> > > 
> > > Hi, thanks for the reply. I checked the lib-path and i found that
> it's
> > > the right one, the one that flexBuilder automatically put when i
> > > create a project. I've also tried to change the path and point the
> > > 2.0.1 one, recompile the application and deploy it to the
> server...but
> > > it still give the same error. 
> > > I really don't know what to do, and the others flex projects still
> > > works...this thing is making me loose a lot of time!!! 
> > > 
> > > Thanks, Fabio
> > > 
> > > --- In [email protected]
> <mailto:flexcoders%40yahoogroups.com> 
> <mailto:flexcoders%40yahoogroups.com>
> > > , "Alex Harui" <aharui@> wrote:
> > > >
> > > > Check your lib-path to make sure the framework.swc is the right
> one.
> > > If
> > > > you end up with a 2.0 instead of 2.0.1 it won't know about
> > > moduleloader.
> > > > 
> > > > 
> > > > 
> > > > ________________________________
> > > > 
> > > > From: [email protected]
> <mailto:flexcoders%40yahoogroups.com> 
> <mailto:flexcoders%40yahoogroups.com>
> > > [mailto:[email protected]
> <mailto:flexcoders%40yahoogroups.com> 
> <mailto:flexcoders%40yahoogroups.com>
> > > ] On
> > > > Behalf Of fabio_sebastiano
> > > > Sent: Wednesday, March 21, 2007 7:50 AM
> > > > To: [email protected]
> <mailto:flexcoders%40yahoogroups.com> 
> <mailto:flexcoders%40yahoogroups.com> 
> > > > Subject: [flexcoders] Module issue
> > > > 
> > > > 
> > > > 
> > > > Hi everybody,
> > > > i'm facing a real funny problem with modules and moduleLoader, i
> hope
> > > > it's not my fault anyway...
> > > > If i create a normal flex project with fBuilder, i'm able to use
> > > > modules in a lot of different ways (as mxml, as as in a function
> > > > etc..)...
> > > > but if i try to use them in my fds application (created with fds
> > > > eclipse plugin) i can't use modules. The compile-time error
> message is
> > > > always the same:
> > > > 
> > > > Could not resolve <mx:ModuleLoader> to a component implementation
> > > > 
> > > > I tried a lot of solutions, paying attention to import all the
> classes
> > > > etc...but nothing change.
> > > > 
> > > > I will appreciate everykind of help.
> > > > 
> > > > TIA
> > > > 
> > > > Fabio
> > > >
> > >
> >
>


Reply via email to