Re: LayoutPanel with UIBinder

2011-02-20 Thread Ferdi
Thanks for your help, Ferdi -- 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

LayoutPanel with UIBinder

2011-02-18 Thread Ferdi
Is there a way to set a component horizontal position in a layoutpanel with uibinder? By default the position is stretch but I would like to set it to begin like this: g:LayoutPanel width=450px height=390px g:layer top=5px left=7px right=5px horizontalPosition=BEGIN g:Button text

Re: LayoutPanel with UIBinder

2011-02-18 Thread Y2i
If the button is the only element in the layer you can set layer's widths (instead of using right) Alternatively, try wrapping the button in a panel that has HorizotonalAlignement property (or just use SimplePanel). -- You received this message because you are subscribed to the Google Groups

Re: LayoutPanel with UIBinder

2011-02-18 Thread Philippe Beaudoin
If you want the layer to contain more than the button you can style the button by specifying top/left/widht/height in its CSS. (By default you get top:0; left:0; width:100%; height:100%; I believe.) -- You received this message because you are subscribed to the Google Groups Google Web