[flexcoders] Alert + background blurring

2006-07-26 Thread Chris
I was wondering how you can control the alert boxes default ability to
lighten and blur the canvas when it pops up to darken and blur instead.

I looked through the API reference but don't see a way to do it.

Anyone?

thanks!
Chris






--
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/
 





Re: [flexcoders] Alert + background blurring

2006-07-26 Thread JesterXL
Try this in your CSS:

Application
{
modalTransparencyBlur: 3; // default
modalTransparencyColor: #99; // default is #FF I think
}


- Original Message - 
From: Chris [EMAIL PROTECTED]
To: flexcoders@yahoogroups.com
Sent: Wednesday, July 26, 2006 6:59 PM
Subject: [flexcoders] Alert + background blurring


I was wondering how you can control the alert boxes default ability to
lighten and blur the canvas when it pops up to darken and blur instead.

I looked through the API reference but don't see a way to do it.

Anyone?

thanks!
Chris






--
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



 




--
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/