There may be some kind of timing issue.  I put:

  <mx:Button label="Change blur" 
    click="setStyle('modalTransparencyBlur', 0)" />

into an application that creates Popup title windows, and the blur 
effect disappeared.  Try setting the style first, then creating the 
popup after a callLater or something to that effect.


--- In [email protected], John Kirby <[EMAIL PROTECTED]> wrote:
>
> Doug -
> 
> Tried this after the PopUp create
> 
> Application.application.setStyle("modalTransparencyBlur", 0);
> 
> Still a blur
> 
> Doug Lowder said the following:
> >
> > There's a style on mx.core.Application called 
modalTransparencyBlur
> > that seems promising. You might be able to set setStyle() to 
switch
> > values back and forth.
> >
> > --- In [email protected] 
> > <mailto:flexcoders%40yahoogroups.com>, John Kirby <jjkirby@> 
wrote:
> > >
> > > I'm sure this is a simple answer... (hopefully). I have some
> > > TitleWindows launched via the PopUpManager. If the modal is set
> > to true
> > > it blurs the Application.
> > >
> > > What I want to do is have the modal functionality of a window
> > without
> > > the blur sometimes?
> > >
> > > Can this be done? How?
> > >
> > > .j
> > > --
> > > /Whether you think that you can, or that you can't, you are
> > usually right./
> > > - Henry Ford
> > >
> >
> >  
> 
> -- 
> /Whether you think that you can, or that you can't, you are 
usually right./
>  - Henry Ford
>


Reply via email to