Look at this code
int browserHeight=Window.getClientHeight();
int browserWidth=Window.getClientWidth();
dialog.setPopupPosition(browserWidth-dialog.getElement().getClientWidth(),
browserHeight-dialog.getElement().getClientHeight());
dialog.show();
*I want to position the GWT dialog to the bottom right corner of the browser
**The above code will make the position starts from the very last pixel of
the browser (ie bottom=0), which is not what i expect. I don't like css cos
browser incompatible problem.*
*Also there a footer in my website (height=50px) if u can make the dialog
to not to lay on the footer like the following pic.*
<http://i.stack.imgur.com/DdBRa.png>
*so, How to position the GWT dialog to the bottom right corner of the
browser?
*
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.