[flexcoders] Re: Module Issue.... Resolved!

2009-02-20 Thread Eric Dunn
I figured out what I was missing.. 

I had to go into the project properties and add the modules to load ... 

Eric W Dunn 
Adaption Technologies 
281-465-3326 
ed...@adpt-tech.com 


[flexcoders] Re: Module Issue....

2009-02-18 Thread Mayur

Eric,

there is error in you code,
in closing Tag of /mx:module

Rectify it may solve your problem.


--- In flexcoders@yahoogroups.com, Eric Dunn ed...@... wrote:

 I am a newbie and not sure what type of listeners you mean... 
 
 The thing that stands out the most for me is the Module swf file is
never compiled I moved both the main mxl and module mxl into the
root to insure they are where they aught to be... 
 
 Have any ideas as to why the module is not compiled? 
 
 Eric W Dunn 
 Adaption Technologies 
 281-465-3326 
 ed...@... 
 
 - Original Message - 
 From: Alex Harui aha...@... 
 To: flexcoders@yahoogroups.com 
 Sent: Tuesday, February 17, 2009 5:14:13 PM GMT -06:00 US/Canada
Central 
 Subject: RE: [flexcoders] Module Issue 
 
 
 
 
 
 
 
 
 
 Make sure the SWF is where you think it is. Other than that, looks
ok. Attach listeners to events and see what’s happening. 
 
 
 
 
 Alex Harui 
 
 Flex SDK Developer 
 
 Adobe Systems Inc. 
 
 Blog: http://blogs.adobe.com/aharui 
 
 
 
 
 
 From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com]
On Behalf Of Eric Dunn 
 Sent: Tuesday, February 17, 2009 10:48 AM 
 To: flexcoders 
 Subject: [flexcoders] Module Issue 
 
 
 
 
 
 
 
 I have done this twice before and apparently I am forgetting
something.. 
 1) Create a main app with add a ModuleLoader and a button to load
module. 
 2) Create Module - added some text field to display data.. 
 3) Run app and click button to load module.. 
 I click the button and nothing happens... 
 
 What have I forgotten to do? Am I not importing something I need to
declaring something? I have looked at the other code and don't see any
difference other than lots more stuff... 
 
 ?xml version=1.0 encoding=utf-8? 
 mx:Application xmlns:mx=http://www.adobe.com/2006/mxml;
layout=absolute 
 mx:Script 
 ![CDATA[ 
 public funct! ion doItClick():void{ 
 pissOff.url = modules/loaded.swf; 
 } 
 ]] 
 /mx:Script 
 mx:Canvas 
 mx:ModuleLoader id=pissOff width=227 height=156/ 
 /mx:Canvas 
 mx:Button click=doItClick() label=click me x=235 y=134/ 
 /mx:Application 
 
 ?xml version=1.0 encoding=utf-8? 
 mx:Module xmlns:mx=http://www.adobe.com/2006/mxml;
layout=absolute width=400 height=300 
 mx:Canvas 
 mx:Text text=Will it work? x=123 y=29/ 
 /mx:Canvas 
 /mx:Modu! le 
 
 
 
 
 Eric W Dunn 
 Adaption Technologies! 
 281- 465-3326 
 ed...@...





Re: [flexcoders] Re: Module Issue....

2009-02-18 Thread Eric Dunn
Good eye, 
The ! seen below is only in the code here in the email, it is not present in 
the actual code in Flex... 

Eric W Dunn 
Adaption Technologies 
281-465-3326 
ed...@adpt-tech.com 

- Original Message - 
From: Mayur mayur_r...@semaphore-software.com 
To: flexcoders@yahoogroups.com 
Sent: Wednesday, February 18, 2009 11:31:05 AM GMT -06:00 US/Canada Central 
Subject: [flexcoders] Re: Module Issue 







Eric, 

there is error in you code, 
in closing Tag of /mx:module 

Rectify it may solve your problem. 

--- In flexcoders@yahoogroups.com , Eric Dunn ed...@... wrote: 
 
 I am a newbie and not sure what type of listeners you mean... 
 
 The thing that stands out the most for me is the Module swf file is 
never compiled I moved both the main mxl and module mxl into the 
root to insure they are where they aught to be... 
 
 Have any ideas as to why the module is not compiled? 
 
 Eric W Dunn 
 Adaption Technologies 
 281-465-3326 
 ed...@... 
 
 - Original Message - 
 From: Alex Harui aha...@... 
 To: flexcoders@yahoogroups.com 
 Sent: Tuesday, February 17, 2009 5:14:13 PM GMT -06:00 US/Canada 
Central 
 Subject: RE: [flexcoders] Module Issue 
 
 
 
 
 
 
 
 
 
 Make sure the SWF is where you think it is. Other than that, looks 
ok. Attach listeners to events and see what’s happening. 
 
 
 
 
 Alex Harui 
 
 Flex SDK Developer 
 
 Adobe Systems Inc. 
 
 Blog: http://blogs.adobe.com/aharui 
 
 
 
 
 
 From: flexcoders@yahoogroups.com [mailto: flexcoders@yahoogroups.com ] 
On Behalf Of Eric Dunn 
 Sent: Tuesday, February 17, 2009 10:48 AM 
 To: flexcoders 
 Subject: [flexcoders] Module Issue 
 
 
 
 
 
 
 
 I have done this twice before and apparently I am forgetting 
something.. 
 1) Create a main app with add a ModuleLoader and a button to load 
module. 
 2) Create Module - added some text field to display data.. 
 3) Run app and click button to load module.. 
 I click the button and nothing happens... 
 
 What have I forgotten to do? Am I not importing something I need to 
declaring something? I have looked at the other code and don't see any 
difference other than lots more stuff... 
 
 ?xml version=1.0 encoding=utf-8? 
 mx:Application xmlns:mx= http://www.adobe.com/2006/mxml  
layout=absolute 
 mx:Script 
 ![CDATA[ 
 public funct! ion doItClick():void{ 
 pissOff.url = modules/loaded.swf; 
 } 
 ]] 
 /mx:Script 
 mx:Canvas 
 mx:ModuleLoader id=pissOff width=227 height=156/ 
 /mx:Canvas 
 mx:Button click=doItClick() label=click me x=235 y=134/ 
 /mx:Application 
 
 ?xml version=1.0 encoding=utf-8? 
 mx:Module xmlns:mx= http://www.adobe.com/2006/mxml  
layout=absolute width=400 height=300 
 mx:Canvas 
 mx:Text text=Will it work? x=123 y=29/ 
 /mx:Canvas 
 /mx:Modu! le 
 
 
 
 
 Eric W Dunn 
 Adaption Technologies! 
 281- 465-3326 
 ed...@... 
 




[flexcoders] Re: Module issue

2007-03-26 Thread fabio_sebastiano
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 flexcoders@yahoogroups.com, 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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of fabio_sebastiano
 Sent: Friday, March 23, 2007 2:27 AM
 To: flexcoders@yahoogroups.com
 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 flexcoders@yahoogroups.com 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 flexcoders@yahoogroups.com
 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: flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com 
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 ] On
   Behalf Of fabio_sebastiano
   Sent: Thursday, March 22, 2007 1:02 AM
   To: flexcoders@yahoogroups.com 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 flexcoders@yahoogroups.com
 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: flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com
   [mailto:flexcoders@yahoogroups.com
 mailto:flexcoders%40yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com
   ] On
Behalf Of fabio_sebastiano
Sent: Wednesday, March 21, 2007 7:50 AM
To: flexcoders@yahoogroups.com
 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
   
  
 





[flexcoders] Re: Module issue

2007-03-23 Thread fabio_sebastiano
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 flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] 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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of fabio_sebastiano
 Sent: Thursday, March 22, 2007 1:02 AM
 To: flexcoders@yahoogroups.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 flexcoders@yahoogroups.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: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
 ] On
  Behalf Of fabio_sebastiano
  Sent: Wednesday, March 21, 2007 7:50 AM
  To: flexcoders@yahoogroups.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
 





[flexcoders] Re: Module issue

2007-03-23 Thread fabio_sebastiano
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 flexcoders@yahoogroups.com, fabio_sebastiano
[EMAIL PROTECTED] 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 flexcoders@yahoogroups.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: flexcoders@yahoogroups.com
[mailto:[EMAIL PROTECTED] On
  Behalf Of fabio_sebastiano
  Sent: Thursday, March 22, 2007 1:02 AM
  To: flexcoders@yahoogroups.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 flexcoders@yahoogroups.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: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
  [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com
  ] On
   Behalf Of fabio_sebastiano
   Sent: Wednesday, March 21, 2007 7:50 AM
   To: flexcoders@yahoogroups.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
  
 





RE: [flexcoders] Re: Module issue

2007-03-23 Thread Alex Harui
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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of fabio_sebastiano
Sent: Friday, March 23, 2007 2:27 AM
To: flexcoders@yahoogroups.com
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 flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, fabio_sebastiano
[EMAIL PROTECTED] 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 flexcoders@yahoogroups.com
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: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
  Behalf Of fabio_sebastiano
  Sent: Thursday, March 22, 2007 1:02 AM
  To: flexcoders@yahoogroups.com 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 flexcoders@yahoogroups.com
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: flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
mailto:flexcoders%40yahoogroups.com
  [mailto:flexcoders@yahoogroups.com
mailto:flexcoders%40yahoogroups.com 
mailto:flexcoders%40yahoogroups.com
  ] On
   Behalf Of fabio_sebastiano
   Sent: Wednesday, March 21, 2007 7:50 AM
   To: flexcoders@yahoogroups.com
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
  
 


 



[flexcoders] Re: Module issue

2007-03-22 Thread fabio_sebastiano
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 flexcoders@yahoogroups.com, Alex Harui [EMAIL PROTECTED] 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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
 Behalf Of fabio_sebastiano
 Sent: Wednesday, March 21, 2007 7:50 AM
 To: flexcoders@yahoogroups.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





RE: [flexcoders] Re: Module issue

2007-03-22 Thread Alex Harui
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: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of fabio_sebastiano
Sent: Thursday, March 22, 2007 1:02 AM
To: flexcoders@yahoogroups.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 flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
, Alex Harui [EMAIL PROTECTED] 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: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
[mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com
] On
 Behalf Of fabio_sebastiano
 Sent: Wednesday, March 21, 2007 7:50 AM
 To: flexcoders@yahoogroups.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