King_V
unread,Nov 9, 2011, 11:37:14 AM11/9/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Web Toolkit
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!