A solution to my own question:
function interval() {
    this.setStyle( "dropShadow", false );
    clearInterval( this.intervalNumber );
    doLater( this, "deletePopUp" );
}

But this seems like a hack, and the fact that the dropShadow stays
around seems like a bug?  Anyone seen this before?





 
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