how to dim background while showing a DialogBox?

2010-10-20 Thread marius.andreiana
Hi, Do you have any suggestions on how to dim background while showing a modal DialogBox? When DialogBox is hidden, the background should come back to normal. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group,

Re: how to dim background while showing a DialogBox?

2010-10-20 Thread Lothar Kimmeringer
Am 20.10.2010 12:51, schrieb marius.andreiana: Do you have any suggestions on how to dim background while showing a modal DialogBox? When DialogBox is hidden, the background should come back to normal. When working with GWT 2.0, call setGlassEnabled(true) in your DialogBox-class (e.g. in the

Re: how to dim background while showing a DialogBox?

2010-10-20 Thread marius.andreiana
On Oct 20, 1:58 pm, Lothar Kimmeringer j...@kimmeringer.de wrote: Am 20.10.2010 12:51, schrieb marius.andreiana: Do you have any suggestions on how to dim background while showing a modal DialogBox? When DialogBox is hidden, the background should come back to normal. When working with

Re: how to dim background while showing a DialogBox?

2010-10-20 Thread nacho
I didn't knew about this. So, so, so nice. That's why i love gwt :) On 20 oct, 09:57, marius.andreiana marius.andrei...@gmail.com wrote: On Oct 20, 1:58 pm, Lothar Kimmeringer j...@kimmeringer.de wrote: Am 20.10.2010 12:51, schrieb marius.andreiana: Do you have any suggestions on how to