Flex - Disabling the transparent background overlay on a popup
Posted
by pfunc
on Stack Overflow
See other posts from Stack Overflow
or by pfunc
Published on 2010-03-22T21:04:44Z
Indexed on
2010/03/22
21:11 UTC
Read the original article
Hit count: 414
flex
I have a button in my flex app that creates a popup overtop of everything. However, it seems like flex automatically puts this transparent overlay overtop of the stage when this happens. How do I disable this? I have tried contentBackgroundAlpha="0" and backgroundAlpha="0" with no luck.
anyone know what the proper syntax is for disabling this transparency? I have been searching through the docs for a 30 minutes now looking for it.
© Stack Overflow or respective owner