it works perfectly is you do it on the mxml page of the title window. <mx:TitleWindow modalTransparencyBlur="0" ...>
--- In [email protected], "Simon Janssens" <[EMAIL PROTECTED]> wrote: > > Hi John, > > I haven't done it personally, but you might have some luck using the > styleManager. > > mx.styles.StyleManager.getStyleDeclaration("style_name").setStyle("modaltransparencyblur", > 0); > > Cheers, > > Simon > > On 12/14/06, 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] <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 > > > > > > >

