Re: New To GWT: Objects in composite object not aligned correctly

2013-04-27 Thread Boris Lenzinger
Hello, May be try to use UIBinder and use HTMLPanel so you can have a good control over the HTML that is generated. That is what I'm doing since Horizontal and Vertical panels are built with table. Using HTMLPanel with table gives you a cell per cell control. Boris 2013/4/25 Chris Brown > I c

New To GWT: Objects in composite object not aligned correctly

2013-04-26 Thread Chris Brown
I created a composite object for a date range that is supposed to be all bottom aligned. My text boxes are not aligned with my listbox and it's driving me crazy. Thanks for the help. import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.HasVerticalAlignment; impor