Just use a FlexTable and keep track of row / col yourself.  It isn't that
difficult to do.

Regards,
Davis

On Tue, Oct 27, 2009 at 8:04 AM, Halabe <elie.toumahal...@gmail.com> wrote:

>
> Hi Thomas,
>
> By using an inline label, the labels were displayed on one line
> however the width of the FlowPanel is fixed.
>
> So, instead of getting the labels:
>
> text1 text2 text3 text4
> text5 text6 text7
>
> I got:
> text1 text2 text3 text4 text5 text6 text7
>
> Thanks for your help.
>
> On Oct 27, 1:47 pm, Thomas Broyer <t.bro...@gmail.com> wrote:
> > On 27 oct, 10:29, Halabe <elie.toumahal...@gmail.com> wrote:
> >
> > > Hi,
> >
> > > I am trying to add labels to a flowPanel.
> >
> > > The labels are being added each one on a line which does not reflect
> > > the real behavior of the flowPanel which is to have them on the same
> > > line and when the width is full to go to the second line.
> >
> > FlowPanel's behavior is actually to not do anything special and leave
> > it all to HTML/CSS intepretation by the browser.
> >
> > > I tried substituting the label by a checkbox and a textbox and it
> > > worked.
> >
> > > Any idea?
> >
> > Use an InlineLabel instead.
> >
>


-- 
Zeno Consulting, Inc.
home: http://www.zenoconsulting.biz
blog: http://zenoconsulting.wikidot.com
p: 248.894.4922
f: 313.884.2977

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to