On Mon, Feb 8, 2010 at 8:02 PM, Thomas Broyer <[email protected]> wrote:
> > > On Feb 8, 6:08 am, Brett Morgan <[email protected]> wrote: > > Guys, > > > > I'm just kicking the tyres on UiBinder, and I'm curious as to why there > are > > wrapper divs with overflow hiding? > > That's nothing to do with UiBinder. You're probably rather talking > about the new layout panels: > http://code.google.com/webtoolkit/doc/latest/DevGuideUiPanels.html#LayoutPanels > > Thank you for the pointer. It makes sense now. > > I'm attempting to build ye stock standard looking web pages (think > > http://960.gs/ style), but from within gwt because I'm a java guy. > > > > Is there a way to turn off the overflow hiding behaviour? > > I don't think so, because it'd likely break the layout. I think the > idea is that you put scrollable widgets where you want them. > ...or you could probably implement your own layout panel I guess. > > You are spot on the money, I wrapped my UiBinder markup with a <g:ScrollPanel> and everything behaves. Thanks =) > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- Brett Morgan http://domesticmouse.livejournal.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 [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.
