Re: [flexcoders] Re: Loading module from module

2007-02-01 Thread Bjorn Schultheiss
I've got A->B->C working fine using the high-level ModuleLoader. Probably the best way to solved it is post a simple test case. regards, Bjorn On 02/02/2007, at 4:10 AM, tvikatos wrote: Anybody has a clue? --- In flexcoders@yahoogroups.com, "tvikatos" <[EMAIL PROTECTED]> wrote: > > Loading a

[flexcoders] Re: Loading module from module

2007-02-01 Thread tvikatos
Anybody has a clue? --- In flexcoders@yahoogroups.com, "tvikatos" <[EMAIL PROTECTED]> wrote: > > Loading a module from a module does not work for me. > A->B->C > When B tries to load C (using ModuleManager) the factory returns null, > although all types seem setup correctly. > However if I do > A-