Hello,
I've been had a doubt, I hope someone can help.
Let me explain the problem: I can close and run automatically any widget in the application, but it seems like it only change the "visibility" of that widget - like it remains hidden, and when I call to run that widget again the information that I put there and manipulated remains unaltered, but what I really needed is when I close a widget, it has to load again, like it was the first time running. I not quite sure about how to accomplish this. I guess I need to unload the widget's swf file, I'm looking in the "ModuleManager.as" to accomplish this, but I don't know if I am looking in the right spot.