If you set modalTransparency in the TitleWindow component to 100, the
entire screen except the TitleWindow would be opaque.

<mx:TitleWindow xmlns:mx="http://www.macromedia.com/2003/mxml";
title="Login" modalTransparency="100">

You could try changing the value from 0 - 100 to get the effect you want.

Sree


--- In flexcoders@yahoogroups.com, "Brett Hitzel" <[EMAIL PROTECTED]> wrote:
> 
> What I have done is enclosed the entire application within a Vbox of
width = "100%" and 
> height = "100%' and named it something like "appContainer". When
creating the title 
> window you can either pass it a refference to the parent
application, or I believe just using 
> parentApplication.appContainer works as well. On Creation Complete
of the titlewindow 
> you can call a function that says:
> 
> parentComponent.appContainer.enabled = false;
> 
> ....that will give you the effect you are looking for.
> 
> Brett
> 
> --- In flexcoders@yahoogroups.com, "Anthony Merryfield"
<[EMAIL PROTECTED]> wrote:
> > I have a few popup forms that I'd like to give more emphasis to. I
think I saw somewhere 
> a site where on popup the parent grayed out making the popup very
noticable - could 
> anyone point me towards some code in order to accomplish this please?
> > 
> > Ta,
> > 
> > Tony.
> > 
> > 
> > This communication together with any attachments transmitted with
it ("this E-Mail") is 
> intended only for the use of the addressee and may contain
information which is 
> privileged and confidential. If the reader of this E-Mail is not
the intended recipient or the 
> employee or agent responsible for delivering it to the intended
recipient you are hereby 
> notified that any use, dissemination, forwarding, printing or
copying of this E-Mail is 
> strictly prohibited. Addressees should check this E-mail for
viruses. The Company makes 
> no representations as regards the absence of viruses in this E-Mail.
If you have received 
> this E-Mail in error please notify our ISe Response Team immediately
by telephone on +44 
> (0)20 8896 5828 or via e-mail at [EMAIL PROTECTED] Please then
immediately delete, erase 
> or otherwise destroy this E-Mail and any copies of it.
> > 
> > Any opinions expressed in this E-Mail are those of the author and
do not necessarily 
> constitute the views of the Company. Nothing in this E-Mail shall
bind the Company in 
> any contract or obligation.
> > 
> > For the purposes of this E-Mail "the Company" means The Carphone
Warehouse Group 
> Plc and/or any of its subsidiaries.
> > 
> > Please feel free to visit our website: http://
www.carphonewarehouse.com or http://
> www.phonehouse.com
> > 
> > The Carphone Warehouse Group Plc (Registered in England No.
3253714) 1 Portal Way, 
> London W3 6RS





Reply via email to