I'm trying out the PopupPanel.setGlassEnabled() functionality. So far, it seems to grey out the whole screen irrespective of what I do.
Is there a way I can get it to hide only one widget, or one part of the screen? I'd prefer to grey out just the part that is changing, and leave the user with the rest so they can still manipulate the app. I've tried setting the location, setting the z-order of widgets above that of the glass panel. No dice (yet).