Stop DialogBox expand outside the bounds of visible screen area

2009-06-30 Thread shahid

I am displaying a lengthy form inside a centered DialogBox. I cannot
see the top and bottom of the DialogBox because it extends outside the
visible screen area. Does anyone know how to get round this ?

--~--~-~--~~~---~--~~
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-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
-~--~~~~--~~--~--~---



Re: Stop DialogBox expand outside the bounds of visible screen area

2009-06-30 Thread Isaac Truett

Well, yeah. Set the height of the DialogBox.

In CSS for example:

.gwt-DialogBox {
  height: 300px;
}


On Tue, Jun 30, 2009 at 5:27 AM, shahidshahidza...@gmail.com wrote:

 I am displaying a lengthy form inside a centered DialogBox. I cannot
 see the top and bottom of the DialogBox because it extends outside the
 visible screen area. Does anyone know how to get round this ?

 


--~--~-~--~~~---~--~~
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-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
-~--~~~~--~~--~--~---