I'm facing the same problem.

Did you find what's wrong?

Thanks

-----Mensagem original-----
De: cazzaran [mailto:[EMAIL PROTECTED] 
Enviada em: sexta-feira, 8 de abril de 2005 13:37
Para: flexcoders@yahoogroups.com
Assunto: [flexcoders] Re: Popup only works once



That didn't seem to change my problem. My popup still refuses to come back
once it's been closed once. this.deletePopUp() (or using the
doLater) is the right place to be doing this, right?

-Josh

--- In flexcoders@yahoogroups.com, "Tracy Spratt" <[EMAIL PROTECTED]> wrote:
> Just for fun, try the magic doLater().
> doLater(this, "deletePopUp")
> Tracy
> 
> -----Original Message-----
> From: cazzaran [mailto:[EMAIL PROTECTED]
> Sent: Thursday, April 07, 2005 6:00 PM
> To: flexcoders@yahoogroups.com
> Subject: [flexcoders] Popup only works once
> 
> 
> 
> 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





 
Yahoo! Groups Links



 






--
No virus found in this incoming message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.5 - Release Date: 7/4/2005




-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.308 / Virus Database: 266.9.10 - Release Date: 14/4/2005



 
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/
 



Reply via email to