Tuesday, September 21, 2010

Re: ScrolPanel Question

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 here is my ui.xml:
>    <g:FlowPanel styleName='{style.outer}'>
>     <g:FlexTable ui:field='grandTotalHeader'  />
>     <g:FlexTable ui:field='grandTotalData'  />
>     <g:FlexTable ui:field='tableHeader'  />
>          <g:ScrollPanel ui:field='scroller' >
>                 <tdcbWidget:TDCBFlexTable ui:field='tableData' />
>          </g:ScrollPanel>
>    </g:FlowPanel>
>
> As you can see, the heading is outside the scrollPanel list,  This
> allows for the user to scrol the data without loosing the heading
> section.
>
> When the scrollbar is visible, the column headings do not match that
> of the list.
>
> Any ideas?
>
> On Sep 17, 1:47 am, Santosh kumar <kopp....@gmail.com> wrote:
>
> > 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 <al.leh...@fisglobal.com> wrote:
> > > 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 google-web-toolkit@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > google-web-toolkit+unsubscribe@googlegroups.com<google-web-toolkit%2Bunsubs­cribe@googlegroups.com>
> > > .
> > > For more options, visit this group at
> > >http://groups.google.com/group/google-web-toolkit?hl=en.
>
> > --
> > Thanks & Regards
>
> > *S a n t o s h  k u m a r . k*- Hide quoted text -
>
> > - Show quoted text -

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment