RE: [flexcoders] Re: Modules and RSLs Which is Better for Large Database application

2009-04-10 Thread Gregor Kiddie
@yahoogroups.com Subject: [flexcoders] Re: Modules and RSLs Which is Better for Large Database application Thanks Gregor Kiddie, Sounds like one of your DLLs is roughly equivalent to a module in terms of what you want to deliver. Just remember that each Flex module is based off a single mx

RE: [flexcoders] Re: Modules and RSLs Which is Better for Large Database application

2009-04-09 Thread Gregor Kiddie
Sounds like one of your DLLs is roughly equivalent to a module in terms of what you want to deliver. Just remember that each Flex module is based off a single mx::Module, so if you want to package up several forms in a single module, you'll need to load the module and then swap the forms on that