The solution is to: allOtherThanTheFirstRadioButton.setHideLabel(true);
stupid me... On 3 Aug., 16:55, Patrizio De Michele <[email protected]> wrote: > teoretically the use doesn't seems difficult... > try with 150 instead of 50...'cause by default the size of a field label is > 100...so maybe > 50 isn't enough..generating strange visual side-effects... > Radio is a field like textfield so try to use the same "0.x based" code also > for Radio. > let me know, > Bye Pat > > 2009/8/3 Anton <[email protected]> > > > > > > > Hi! > > > I am just wondering if anybody discovered a documentation for > > MultiFieldPanel and ColumnLayoutData? > > > The generated Javadoc is empty, the showcase provides one example, > > which is undocumented, ... > > > For TextFields I discovered a way (with experimenting about the 0.x > > values in ColumnLayoutData) to get what I want, but I try to get two > > radio buttons in one row (together with a label)... without any luck: > > > MultiFieldPanel gender = new MultiFieldPanel(); > > gender.addToRow(male, 50); > > gender.addToRow(female, 50); > > userData.add(gender); > > > Whatever I use as width or ColumnLayoutData, it just renders nonsense > > (only one radio, or a half radio after the input area, ... > > > Pleeeease help! > > > Thank you very much in advance! > > > Regards, Anton --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "GWT-Ext Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/gwt-ext?hl=en -~----------~----~----~----~------~----~------~--~---
