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 [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.