FlexTable and UiBinder

2010-03-16 Thread Guenther Starnberger
I'm currently working on an UiBinder based application, where I'd like to use a FlexTable to hold data for a form (the labels plus the text boxes). Unfortunately, it seems that UiBinder does only allow to declare the FlexTable, but not the elements of the FlexTable. As there are quite a lot of

Re: FlexTable and UiBinder

2010-03-16 Thread Paul Stockley
Why not use a HTML panel and inside define a HTML table with the widgets in the cells? I rarely use things like FlexTable, HorizontalPanel or VerticalPanel. Usually all my forms are a combination of pure HTML and widgets. If you don't need IE6 support then I can show you some neater ways of laying

Re: FlexTable and UiBinder

2010-03-16 Thread Guenther Starnberger
On Mar 16, 12:47 pm, Paul Stockley pstockl...@gmail.com wrote: Why not use a HTML panel and inside define a HTML table with the widgets in the cells? I rarely use things like FlexTable, HorizontalPanel or VerticalPanel. Usually all my forms are a combination of pure HTML and widgets. If you

Re: FlexTable and UiBinder

2010-03-16 Thread Paul Stockley
If you need to dynamically modify the table I would stay with FlexTable. Working with the DOM on tables is kind of messy. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to