hola, Debes tener este estilo en tu css, automaticamente gwt lo tomara 
cuando agregas .setGlassEnabled(true); a tu dialogBox!

.gwt-PopupPanelGlass {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=30);
}

El sábado, 23 de junio de 2007 04:30:41 UTC-5, voodoo escribió:
>
> How can I create a gray out effect with a DialogBox? I want to achieve
> something like the popup dialog used in Picasa Web Album: when the
> user clicks on edit album, a modal dialog window pops up, and the
> background of the whole page grays out.
>
> http://picasaweb.google.com/home
>
>
> I already know how to create a DialogBox, the question is, how do I
> make the background grays out?
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to