PDA

View Full Version : Name of the effect created by Alert in flex 2.0


chandrasekhar
12-13-2007, 04:42 AM
hi

thanks in advance.

when ever alert is fired , some background effect is coming. that is we cannot edit any thing in that page when ever alert is there.
Then what's effect name called

Bye
chandra sekhar

Daedalus
12-13-2007, 03:09 PM
Take a look at the popupmanager class in the docs. When you add an object to the popup manager the objects below it do not receive any interaction.

I think they are also using a blur filter with the alert.

chandrasekhar
12-14-2007, 08:10 AM
hi

i am loading flex swf through flash.swf.

In the flex swf, when titlewindow is opened , the blur effect is not covering 100% width for flex swf.


its urgent



Thanx

Daedalus
12-14-2007, 12:29 PM
I cant really provide any definative answers unless you produce the code for the problem.

What object you applying the blur effect to?

Make sure you set its percentWidth property to 100.