Re: GWT Dev Mode - Ideal memory settings

2011-12-12 Thread qwertz
In Maven you can exclude transitive dependendies: dependencies dependency groupIdcom.example/groupId artifactIdyour-framework-dependency/artifactId versionX.y/version exclusions exclusion groupIdcom.example/groupId

Re: Making Application Add-On ready?

2011-12-10 Thread qwertz
Hi, a while ago I created something like this. Now I created a project @googlecode: http://code.google.com/p/gwt-plug/ You can find a very basic example in the repository. The javadoc should help you too. But currently there are some limitations: - Classes can only implement one exportable

Re: Possible to get rendered HTML for a CellTree?

2011-11-16 Thread qwertz
Hi, cellTree.getElement().getInnerHTML() should work. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/lLFUb0NjSEEJ. To post to this group, send