Which OS are you using, and is this in standards mode? If you can provide a screenshot, that would be helpful too.
My guess is that, because you are setting the width, the buttons are wrapping, although I find that very unusual. Thanks, John LaBanca [email protected] On Thu, Mar 19, 2009 at 10:40 AM, Sherkan <[email protected]> wrote: > > Hi, > I got: > final HorizontalPanel rightMenuPanel = new > HorizontalPanel(); > > //rightMenuPanel.setHorizontalAlignment(HorizontalPanel.ALIGN_LEFT); > rightMenuPanel.setSize("597px", "35px"); > > I want to add 3 buttons and push them to left corner, how can I do it? > like this > | btn. A | btn. B | btn. C | > > but i get this. > | btn. A | | btn. B | > | btn. C | > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
