I found the cause of the problem, but now I need to find a method to set 
the z-index of the "glass" of the new DialogBox.
the old dialogbox has set its z-index.
so I make the new dialogbox has z-index larger than the old one.
but, the glass associated with the new dialogbox is still behind the old 
dialogbox.

the method to set the dialogbox z-index is
callee.getElement().getStyle().setZIndex(int);

but how to get its associated glass and set its z-index?

I must set the old dialogbox z-index because after the application is 
plugged in portal, the portal will hide the top portion of gwt dialogobox.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/wEQUHH9FxD4J.
To post to this group, send email to google-web-toolkit@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