Hi,

I have a problem with the CellTree Widget. The thing is I followed the
example at
http://google-web-toolkit.googlecode.com/svn/javadoc/2.2/com/google/gwt/user/cellview/client/CellTree.html
and
it works ok. But the widget has a blank space at the top, due to the hidden
root node.

So my first thought was to show that hidden node so i did something like
that:

TreeViewModel model = new CustomTreeModel(selectionModel,myList);
CellTree tree = new CellTree(model, new Label("Test"));

But nothing has changed.

I tried to override the hidden node with a css style but it did'nt work too,
but I only know the basics of css.

Does anyone have a suggestion?

Many Thanks!


-- 
Renato Beserra Sousa

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

Reply via email to