Doc problem? Renaming Modules section on http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModules

2011-03-30 Thread James Moore
The Renaming Modules section (http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModules) has a weird example for renaming. From the text, it looks like the xml should have module rename-to=com.foo.WorkingModule.gwt.xml, but the example code renames MyModule to

Re: Doc problem? Renaming Modules section on http://code.google.com/webtoolkit/doc/latest/DevGuideOrganizingProjects.html#DevGuideModules

2011-03-30 Thread James Moore
in the package com.foo. The doc assumes that MyModule does not have a rename-to in its xml and thus it will be compiled to /war/com.foo.MyModule. Thanks - I think I get it now, and the doc is correct (although I think it could use some of your explanation added). -- James Moore ja...@restphone.com

How do you style td elements in a CellTable?

2010-12-03 Thread James Moore
in addition to the dozen or so that are there. Ideally I'd like renderRowValues to just ask the cell what styles should be applied to the td - is there a way to do that that I'm missing? -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you

Turn off headers and footers for a 2.1 CellTable?

2010-11-24 Thread James Moore
What's the right way to turn off headers and footers for a 2.1 CellTable? I just want the body of the table. -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post

Center of DockLayoutPanel gives incorrect size to VerticalPanel

2010-09-22 Thread James Moore
dockLayoutPanel, ScrollPanel scrollPanel, Grid grid) { scrollPanel.setWidget(grid); grid.setSize(100%, 100%); dockLayoutPanel.add(scrollPanel); } } -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com

Tips for identifying why DockLayoutPanel is setting the width of a button to zero?

2010-07-12 Thread James Moore
I'm trying to figure out why DockLayoutPanel is setting the width of a button to zero. Any tips for things that normally cause problems with DockLayoutPanel? -- James Moore ja...@restphone.com http://jamesmoorecode.blogspot.com/ -- You received this message because you are subscribed