On 23 mai, 10:21, outsource lucas <[email protected]> wrote: > how to get the max screen size? > (talking about useable screen area of the browser, not about the > monitor resolution) > > do you first have to add a widget to the rootpanel and then call > widget.getHeight and widget.getWidth? isnt there an easier/faster way?
Are you looking for Window.getClientWidth/getClientHeight? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
