Why the GWT complier used so much memory?

2018-08-30 Thread Peter Cao
When i was compiling the GWT application,the CPU usage is showing below How can i reduce the memory footprint of my application -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and stop receiving emails from it,

Re: how to create an anchor column in a celltable

2018-08-30 Thread Ousti Driss
Problem solved, thank you everyone, a special thank to hy On Wednesday, August 29, 2018 at 6:52:36 PM UTC+2, hy wrote: > > Create a class that renders anchor like below: > > public class CustomAnchorCell > extends ClickableTextCell { > > private String itsHref = ""; > private

Re: how to create an anchor column in a celltable

2018-08-30 Thread Ousti Driss
Problem solved, thank you everyone, a special thank to hy On Tuesday, August 28, 2018 at 6:00:00 PM UTC+2, Ousti Driss wrote: > > Hey everyone, > > I'm writing the code of a simple web app using gwt, I have a Celltable all > its columns are String type, > one of the columns is a url column , I

[gwt-contrib] Re: Unable to get GwtTestCase back up running

2018-08-30 Thread 'Jörg Hohwiller' via GWT Contributors
All solved. No GWT issue. Thread/Topic is done. Thanks for your help. Am Donnerstag, 30. August 2018 00:12:17 UTC+2 schrieb Jörg Hohwiller: > > Am Mittwoch, 29. August 2018 23:40:42 UTC+2 schrieb Colin Alworth: >> >> With that update, you might need to look more at your test or project >> setup