[flexcoders] Re: How to change the Alert Window colors

2007-12-13 Thread girish_ok
Hi Randay, Its working. I have remove @font-face cause it is throwing error. I am able to set the color for Alert window thanks Girish --- In flexcoders@yahoogroups.com, Girish [EMAIL PROTECTED] wrote: Hi Randay, copied your css code in mx:Style ./mx:Style tags. can you tell

[flexcoders] Re: How to change the Alert Window colors

2007-12-12 Thread Girish
Hi Randay, copied your css code in mx:Style ./mx:Style tags. can you tell me how to attach the css style to an Alert window Regards Girish Now you can chat without downloading messenger. Go to http://in.messenger.yahoo.com/webmessengerpromo.php

[flexcoders] Re: How to change the Alert Window colors

2007-12-11 Thread brian.raymes
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; }

[flexcoders] RE: How to change the Alert Window colors

2007-12-11 Thread Girish
Hi I want to change the window TitleBar color not the title text color. Why delete messages? Unlimited storage is just a click away. Go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

[flexcoders] Re: How to change the Alert Window colors

2007-12-11 Thread haravallabhan
Hi Girish try this out.. I think the title bar of the Alert is manged by the css for Panel. If you have written any css for the Panel try changing them or change the name of it and try the one below. Alert{ /*borderStyle:solid;*/