Curious as to what other properties if any can be set on the modal
style. Color would be nice....

Anyone know?

cheers, ethan

--- In flexcoders@yahoogroups.com, "Michael Schmalle"
<[EMAIL PROTECTED]> wrote:
>
> Hi,
> 
> var global:CSSStyleDeclaration =
StyleManager.getStyleDeclaration("global");
> global.setStyle("modalTransparency", 50);
> 
> Peace, Mike
> 
> On 5/15/07, candysmate <[EMAIL PROTECTED]> wrote:
> >
> >   I've used
> > _global.style.modalTransparency = 50;
> >
> > to change the alpha of a modal window in Flash in the past. However,
> > I'm not sure how to do this in Flex 2.
> >
> > I have created a popUp with this function:
> >
> > private function growerPopup(): void
> > {
> > growerPopupDialog = PopUpManager.createPopUp(this,
> > dialogs.growerSearchDialog, true) as TitleWindow;
> > PopUpManager.centerPopUp(growerPopupDialog);
> > }
> >
> > How do I change the alpha for this popUp please?
> >
> >  
> >
> 
> 
> 
> -- 
> Teoti Graphix
> http://www.teotigraphix.com
> 
> Blog - Flex2Components
> http://www.flex2components.com
> 
> You can find more by solving the problem then by 'asking the question'.
>


Reply via email to