Why don't you try to use DialogBox instead??

it would be like this:

public class DatasheetWidget extends DialogBox{
  uiBinder.createAndBindUi(this);
  setGlassEnabled(true);
  ...

On 22 mar, 10:38, hriess <hriess.chemn...@t-online.de> wrote:
> Is there a way to enable the glass panel of a popup with UiBinder?
> My definition <g:popupPanel glassEnabled="true"> doesn't work - there
> is no compilation error but also no glass panel.
>
> If I set the property in my java class with
>
> public class DatasheetWidget extends PopupPanel {
>   ...
>   uiBinder.createAndBindUi(this);
>   this.setGlassEnabled(true);
>   ...
> the glass panel is over the popup (it hides my popup), not below.

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

Reply via email to