Re: chrome - prompting me to install gwt plugin but already installed

2011-01-26 Thread Neil Halelamien
This solution fixed the problem for me as well. I'm on a 64-bit Windows machine and experienced the problem in both stable and canary. On Wed, Jan 26, 2011 at 6:34 PM, Jack Krooss jackkro...@gmail.com wrote: Confirmed. That works. Thank you! On Wed, Jan 26, 2011 at 6:28 PM, Craig Mitchell

Re: Saving contents of RichTextArea?

2010-11-22 Thread Neil Halelamien
system in that way. You could upload the text to the server, then send it as a separate file via a GET. On Fri, Nov 19, 2010 at 4:41 PM, Neil Halelamien ne...@caltech.eduwrote: Does anybody have pointers on how one might go about saving the contents of a RichTextArea to a file on a client's

Saving contents of RichTextArea?

2010-11-19 Thread Neil Halelamien
Does anybody have pointers on how one might go about saving the contents of a RichTextArea to a file on a client's machine? Hopefully this question isn't too general... -- Neil -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to

gwt-phys2d: 2D physics engine for GWT

2010-01-22 Thread Neil Halelamien
I quasi-ported the Phys2d Java physics library to run with GWT and gwt- g2d (for HTML5 canvas rendering). You can see the result (and download the library source) here: http://edgeofvision.com/2010/01/22/initial-release-of-gwt-phys2d-javascriptgwt-physics-engine/ http://gwt-phys2d.appspot.com If

Re: gwt-phys2d: 2D physics engine for GWT

2010-01-22 Thread Neil Halelamien
larger scene graphs? I'd love to see how it scales. It looks quite smooth on Chrome already. On Fri, Jan 22, 2010 at 3:05 AM, Neil Halelamien ne...@caltech.edu wrote: I quasi-ported the Phys2d Java physics library to run with GWT and gwt- g2d (for HTML5 canvas rendering). You can see