Re: Is there any chart library for GWT?

2012-08-02 Thread Luis O.
Check out GFlot (wrapper around Flot). It's a very nice client-side library. Flot: http://code.google.com/p/flot GFlot: http://code.google.com/p/gflot Examples: http://gflot2.appspot.com -Luis On Thu, Aug 2, 2012 at 6:19 AM, dhoffer dhoff...@gmail.com wrote: You might checkout the GXT

Re: GWT FileUpload Help :-(

2012-07-11 Thread Luis O.
I think this may be the problem. In GreetingServiceImpl.java:38 File temp = new File(C:\\Users\\Alex\\Desktop\\temp.txt); = It should be a directory Regards, Luis On Mon, Jul 9, 2012 at 5:45 AM, Alexander Bonzo Supertramp rictam...@gmail.com wrote: Hi all, i'm working on GWT