@nyankov: Simple, really. Leave your current (non-GWT) site intact.
Then, create a separate application (GWT) with a vertical panel
containing a frame and the toolbar. Disable the window scroll bars.
Add a window resize handler to keep your vertical panel sized full
page (or maybe just set the vertical panel height and width to 100%).
Make sure the toolbar height is set absolutely. Set the url of your
frame to that of your original site (relative path should work being
on the same server). The frame will have scroll bars if needed. That
should do it, I think.

If you don't like that idea, you could always use frame sets (yuck)
and create two frames (vertically). Just put your current site in the
top frame and your GWT site (toolbar) in the bottom frame. Assuming
you want to change pages via the toolbar, you'd be better off with the
solution above over frame set.

@Ian: I think that's what the OP was doing originally, but was unhappy
with the jumpiness on scrolling and resizing.

On Sep 2, 5:08 am, Ian Bambury <ianbamb...@gmail.com> wrote:
> Why not just add your toolbar and use a window resize handler to put it at
> the bottom of the page?
> Ian
>
> http://examples.roughian.com
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to