Re: What's a good graph/chart library

2010-01-06 Thread Alexander De Leon
gflot [1] is a GWT wrapper around the Flot javascript library. It is not as rich as gchart [2], but it is quite easy to use. Alex [1] http://code.google.com/p/gflot/ [2] http://code.google.com/p/gchart/ On 06/01/2010, at 16:21, darkling wrote: I've examined quite a few but I was curious if

Non standard CSS in UiBinder

2009-12-19 Thread Alexander De Leon
If I use non standard css properties in UiBinder (e.g. -moz-border-radius-bottomleft) , I get the following warnings : [WARN] Line 17 column 65: encountered -. Was expecting one of: } ; IDENT and these properties are not compiled into the resulting CSS file. Is there a way

Re: GWT 2.0 - com.google.gwt.user.client.rpc.IsSerializable is mandatory again?

2009-12-18 Thread Alexander De Leon
For now I'm using the GWT compile button of the eclipse plugin to force a proper GWT 2,0 compile. This seems to work for me. The problem must be that some older GWT compiler is been executed somehow. Alex On Dec 14, 3:17 pm, Addy adityaka...@gmail.com wrote: I cleanup after every build but