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 google-web-toolkit+unsubscr

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

Re: How to create CSS style for disabled buttons

2009-04-08 Thread Ferdi
I have the same problem with textboxes: it does not work on IE6, selectors are not supported. You need to define a specific class for that style (disabled) and add that style to your component when it is disabled. I am currently looking for a better way to do that. One solution would consist to