Unfortunately, those instructions are outdated. You should use the gen2 ScrollTable (com.google.gwt.gen2.table.client.ScrollTable ) instead because it has more fixes.
Add this inherits and style sheet: <inherits name='com.google.gwt.gen2.table.Table'/> <stylesheet src='ScrollTableDemo.css'/> The style sheet can be found here: http://www.google.com/codesearch/p?hl=en&sa=N&cd=6&ct=rc#kxqvj77bOTo/trunk/src-demo/com/google/gwt/gen2/demo/scrolltable/public/ScrollTableDemo.css&q=ScrollTableDemo.css%20package:http://google-web-toolkit-incubator\.googlecode\.com <http://www.google.com/codesearch/p?hl=en&sa=N&cd=6&ct=rc#kxqvj77bOTo/trunk/src-demo/com/google/gwt/gen2/demo/scrolltable/public/ScrollTableDemo.css&q=ScrollTableDemo.css%20package:http://google-web-toolkit-incubator%5C.googlecode%5C.com> The ScrollTableDemo in the src-demo source folder shows a good example. http://www.google.com/codesearch/p?hl=en&sa=N&cd=2&ct=rc#kxqvj77bOTo/trunk/src-demo/com/google/gwt/gen2/demo/scrolltable/ScrollTableDemo.gwt.xml&q=ScrollTableDemo.java%20package:http://google-web-toolkit-incubator\.googlecode\.com<http://www.google.com/codesearch/p?hl=en&sa=N&cd=2&ct=rc#kxqvj77bOTo/trunk/src-demo/com/google/gwt/gen2/demo/scrolltable/ScrollTableDemo.gwt.xml&q=ScrollTableDemo.java%20package:http://google-web-toolkit-incubator%5C.googlecode%5C.com> Thanks, John LaBanca [email protected] On Wed, Sep 30, 2009 at 1:54 PM, Mark Waschkowski <[email protected]>wrote: > > Hi, > > The instructions for the scroll table state: > > --snip > Add these line to your module.gwt.xml file: > <inherits name='com.google.gwt.widgetideas.WidgetIdeas'/> > <inherits name='com.google.gwt.widgetideas.ScrollTable'/> > > <stylesheet src='ScrollTableDemo.css'/> > In your public directory, include the following stylesheet: > ScrollTableDemo.css > > Create a subdirectory called "images" and add the background image: > bg_header_gradient.gif > --end snip > > but the links to the stylesheet and image don't work. As well, I am > unable to open the > > gwt-incubator-july-14-2009.jar > > using 7-zip. Argh. > > Are these instructions current? If so, suggestions? > > Thanks, > > Mark > > > > --~--~---------~--~----~------------~-------~--~----~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~----------~----~----~----~------~----~------~--~---
