All, Ok, playing around with GWT in general, MenuBar right now in particular.
I have a situation where a demo app screen I have is more or less looking how I want it to. But, I have an issue with MenuBar, and didn't know if there was a simple way around it. If the user shrinks the screen so that all the menu items in the MenuBar don't fit horizontally, they do NOT wrap as you'd expect in a standard application, but instead simply get cut off. Is there a way to get the MenuBar to wrap its contents if there's not enough horizontal space for them to fit on a single line? The structure of my screen is: RootPanel - DockLayoutPanel - - DockPanel (addStyleName used to give a style that sets width: 100%;) - - - NORTH - MenuBar - - - SOUTH - FlowPanel (addStyleName used to give a style that sets position:absolute; bottom: 0;) Thanks in advance! -- 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.
