Re: Layout UI Objects and GWT Themes

2010-06-15 Thread Stefan Bachert
Hi, Old widgets uses a 9-box (a table with 3x3 entry). CSS3 allows to similate a 9 box with border images. However, images inccrease download time. And CSS3 allows to apply rounded corner (-o/-moz/-webkit/-border- radius) Without a modern browser you still have to take 9 box. Stefan Bachert

Re: Layout UI Objects and GWT Themes

2010-06-15 Thread lineman78
Yeah, I am using the webkit and moz border radius for now. I understand that I could use decorated panel inside the tabs, but from what I know you can't tell decorated panel to do just rounded corners on the top. I think what I may do is just use css3 stuff and when it comes to browser selection

Re: Layout UI Objects and GWT Themes

2010-06-14 Thread David Grant
I just did something similar. I created a decorated layout panel. I extended Composite and implemented HasWidgets. So I can add child widgets to my decorated layout panel in uibinder (without ui:layer elements, but that's ok, mostly what I will be adding to my decorated layout panel is another