We hit a number of issues using modules as well. Pretty much most of them had to do with modules loading resources before the main app so that raised issues with main app or other modules trying to use them...not all resources had the issue and it became a guessing game of putting dummy vars etc in the main app so we gavce up. A pity since other than that we even got the back browser button to work with modules.
We are hoping that Flex 4 will make it work better. Don't get me worng...I am not criticizing Flex in any way but it is just not easy to use Modules AND it does seem to have issues based on our experience. Web Manager Flexdownloads.com --- In [email protected], "valdhor" <valdhorli...@...> wrote: > > I don't agree. I use modules extensively and have not experienced any bugs > with them. It is more likely to be the code you use to load them and what you > do inside them. > > --- In [email protected], Dan Pride <danielpride@> wrote: > > > > Thanks Dave, the word I seem to be getting lately is that the modules tend > > to be a bit buggy at the moment. Decided to go with the old reliable > > viewstacks and change urls if I have too. There seem to be so many > > different ways to approach this issue, someone should write a book on it. I > > know I would buy it. > > :) > > Dan Pride > > > > > > --- On Mon, 2/22/10, David Adams <dpadams@> wrote: > > > > From: David Adams <dpadams@> > > Subject: Re: [SPAM] [flexcoders] Component Data Calls > > To: [email protected] > > Date: Monday, February 22, 2010, 7:23 PM > > > > > > > > > > > > > > > > Â > > > > > > > > > > > > > > > > > > > > > > > > On Mon, Feb 15, 2010 at 3:28 AM, Dan Pride <danielpride@ yahoo.com> wrote: > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Â Thank you for your answer. > > Question if you would, I have been asking it everywhere and get NO > > satisfactory answers. > > > > > > How to approach a multi-windowed application, particurarly in FB4? > > 1) Different Urls? > > 2) ViewStacks? > > 3) States? > > 4) ViewStacks of States (Master-Detail in one ViewStack as two states)? > > 5) Do States initialize in Flash Builder 4? I had heard they do not????? > > > > > > > > Dan, > > You might like the following video from near the end of Adobe's "Learn Flex > > in a Week" training: > > > > > > http://www.adobe. com/devnet/ flex/videotraini ng/xml/vid41. html > > It's a pretty nice, simple example of building and then lazy-loading a > > module only once (and if) it's needed. > > >

