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.
--~--~---------~--~----~------------~-------~--~----~
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