I have a gwt canvas which should take the whole space of the main centered 
contend in a docklayout.

<g:DockLayoutPanel unit='PCT'>
//...
  <g:center>
    <g:Label>
    <c:Canvas...>
    </g:Label>
  </g:center>


Now, If I resize the browser window, I do NOT want the painted graphics to 
be resized. Only the "outer" canvas drawing area should be resized along 
with the browser so that the canvas is still visible. But some of the 
already drawings may be cutted.

(Similar to google maps, where the map stays the same all the time nomatter 
how the browser window changes size).

How could I do this?

Thanks

-- 
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/-/oHzMEaeMFFgJ.
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