MenuBar - how can I cause it to wrap?

2011-11-09 Thread King_V
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

Re: MenuBar - how can I cause it to wrap?

2011-11-09 Thread King_V
Uh, let me clarify my structure - what I've described above is more or less accurate, but the DockPanel is specifically the CENTER item of the DockLayoutPanel. Also, I should mention that the individual items will wrap in the menu bar (ie: an item that is called File Menu rather than just File

Re: MenuBar - how can I cause it to wrap?

2011-11-09 Thread Danny Kirchmeier
The MenuBar uses a table, with each item being a table cell. AFAIK, you're not going to have any luck getting that to wrap. You should be able to check to see if any of the items are flowing out of the window and have those move themselves into a More menu item. -- You received this message