Give this link a try:

http://blog.flexexamples.com/2007/10/23/adding-a-status-message-to-a-flex-alert-control/

You can style the Alert:

<mx:Style>
    Alert {
        statusStyleName: "myStatus";
        roundedBottomCorners: false;
        dropShadowEnabled: false;
        cornerRadius: 10;
    }
</mx:Style> 




Brian


--- In [email protected], Girish <[EMAIL PROTECTED]> wrote:
>
> Hi
> 
> I want to change the colors for Alert Window [Title Bar color,
window color etc.,]
> 
> 
> 
> Regards
> Girish
> 
> 
>       Get the freedom to save as many mails as you wish. To know
how, go to
http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html
>


Reply via email to