try this:

<mx:TitleWindow
xmlns:mx="http://www.adobe.com/2006/mxml" width="800" height="600"
showCloseButton="true" close="PopUpManager.removePopUp(this);"
creationComplete="onCreationComplete();" alpha="1.0"
styleName="opaquePanel" >

it will set three styles for you and make the panel opaque.
you can check this class definition in framework's default.css file.

cheers,
Jeremy.


On 6/8/06, wesubotnix <[EMAIL PROTECTED]> wrote:

I have some problem with my popups, which has never occured before.
Now they suddenly show up with a transparent titlebar. Very ugly! The
titlebar says:

<mx:TitleWindow
xmlns:mx="http://www.adobe.com/2006/mxml" width="800" height="600"
showCloseButton="true" close="PopUpManager.removePopUp(this);"
creationComplete="onCreationComplete();" alpha="1.0">

The parent of the popup is an AS-component which is rendered on
demand. Does it have anythin to do with this? Anyone has the same problem?


__._,_.___

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com





SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to