I am trying to modify an alert popup, so that I have these three
choices below.

Abandon Incomplete Cancel


My issue is, I cant change the label on the buttons even though I am
using the example from the live docs. How do I change the label



This is the code I an trying

public static var yesLabel:String = "Abandon"
public static var noLabel:String = "Incomplete"
public static var cancelLabel:String = "Cancel"

 private function clickHandler(event:Event):void {
                Alert.show("TEST MESSAGE", "TEST TEST", 1|2|8 , this);
                
               
            }





------------------------ Yahoo! Groups Sponsor --------------------~--> 
See what's inside the new Yahoo! Groups email.
http://us.click.yahoo.com/2pRQfA/bOaOAA/yQLSAA/nhFolB/TM
--------------------------------------------------------------------~-> 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
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