public PopupPanel(boolean autoHide, boolean modal) {
    this(autoHide);
    this.modal = modal;
  }

=> I did not remember using this constructor, but this constructor
should do.

-venu
http://schoolk12.appspot.com/


On Jul 11, 3:50 pm, Jeffrey Burnham <[email protected]>
wrote:
> Look at PopupPanel and its' glass property.
>
> -Jeff
>
> On Jul 11, 2011, at 3:40 PM, Scott Purcell <[email protected]> wrote:
>
>
>
>
>
>
>
> > Hello,
>
> > I have the need to convert a flex application into a GWT applcation.
> > Only problem I am facing right now (analysis) is finding a "modal"
> > window widget. Does GWT have one?
>
> > The application opens a lot of Modal windows and shades the background
> > of the window.opener. Does anyone know if GWT can handle this?
>
> > Thanks,
> > Scott
>
> > --
> > You received this message because you are subscribed to the Google Groups 
> > "Google Web Toolkit" group.
> > To post to this group, send email to [email protected].
> > To unsubscribe from this group, send email to 
> > [email protected].
> > For more options, visit this group 
> > athttp://groups.google.com/group/google-web-toolkit?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to