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