Re: how to use one panel for the whole browser window?

2010-05-28 Thread Stefan Bachert
Hi Magnus,

you may have a look on the mail sample deliver with GWT.
This sample fills the browser window.

Stefan Bachert
http://gwtworld.de

On 28 Mai, 03:49, Magnus alpineblas...@googlemail.com wrote:
 Hello,

 I would like to build my GUI within one panel that fills the whole
 browser window.

 What do I have to do in the host page and/or in the panel to stretch
 it to this dimensions?

 Thank you!
 Magnus

-- 
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-tool...@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.



how to use one panel for the whole browser window?

2010-05-27 Thread Magnus
Hello,

I would like to build my GUI within one panel that fills the whole
browser window.

What do I have to do in the host page and/or in the panel to stretch
it to this dimensions?

Thank you!
Magnus

-- 
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-tool...@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: how to use one panel for the whole browser window?

2010-05-27 Thread kozura
Use one of the Layout Panels in a RootLayoutPanel.  Read here:
http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#LayoutPanels

On May 27, 7:49 pm, Magnus alpineblas...@googlemail.com wrote:
 Hello,

 I would like to build my GUI within one panel that fills the whole
 browser window.

 What do I have to do in the host page and/or in the panel to stretch
 it to this dimensions?

 Thank you!
 Magnus

-- 
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-tool...@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.