[flexcoders] Compiling ONLY the modules

2007-01-31 Thread andrea bianchi
Everything works fine now, I figured out I forgot to comment some lines that declared some variables of types defined in modules. In this way the main application had all the module classes on board, so that these classes were loaded instead of the module ones. Sorry for my stupid mistake. Thank

[flexcoders] Compiling ONLY the modules

2007-01-30 Thread andrea bianchi
Hello, here's another question about the modules. I was thinking to use modules to split my applications into a main application and some application forms. My main objective was to compile the main application swf just once and then work on the application forms. Well, probably I'm doing somethi