Re: ScrolPanel Question

2010-09-21 Thread skippy
Well, thanks for the respond. However, I was not all that clear. I have very picky users and here is the real scoop: I am using UIBinder and here is my ui.xml: g:FlowPanel styleName='{style.outer}' g:FlexTable ui:field='grandTotalHeader' / g:FlexTable ui:field='grandTotalData' /

Re: ScrolPanel Question

2010-09-21 Thread lineman78
http://rcswebsolutions.wordpress.com/2007/01/02/scrolling-html-table-with-fixed-header/ On Sep 21, 12:07 pm, skippy al.leh...@fisglobal.com wrote: Well, thanks for the respond.  However, I was not all that clear. I have very picky users and here is the real scoop: I am using UIBinder and

Re: ScrolPanel Question

2010-09-17 Thread Santosh kumar
Hi skippy, ScrollPanel, its automatically adjust the scroll bars. ScrollPanel scrollPanel = new ScrollPanel(); scrollPanel.setSize(width, height); scrollPanel.clear(); RootPanel.get(div-id).clear(); RootPanel.get(div-id).add(scrollPanel); On Sat, Sep 11, 2010 at 2:03 AM, skippy

ScrolPanel Question

2010-09-10 Thread skippy
I need to ack a scrolPanel if its vertical scrol bar is visible, If so, I need to adjust the width of the table. Thanks -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to