I have an "Add Group" button in my MXML that calls a method:
public function showAddGroupWindow():Void {
var popup =
PopUpManager.createPopUp(MovieClip(mx.core.Application.application),
addGroupWindow, true);
popup.centerPopUp();
}
In my popup MXML, which is just a simple title window, I have a save
and a cancel button. My cancel button calls the method:
function cancelButtonPressed() {
this.deletePopUp();
}
The save button is having the same problem...
If I click either button, the popup closes, but the "Add Group" button
wont open another popup. I've verified that it's still calling the
showAddGroupWindow() method, but for some reason, nothing pops up
anymore. I have a feeling the deletePopUp() isn't fully getting rid of
it... where am I going wrong?
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/
<*> To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/