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 wrote: > Confirmed. That works. Thank you! > > > On Wed, Jan 26, 2011 at 6:28 PM, Craig Mitchell wrote: > >> Downgra

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 wrote: > >> Does anybody have pointers on how one might go about saving the contents >> of a RichTextArea to a

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 th

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

2010-01-28 Thread Neil Halelamien
oject and subversion repository: http://code.google.com/p/gwt-phys2d/ Enjoy! On Jan 22, 2:08 pm, Neil Halelamien wrote: > Thanks! I'm thinking of adding some functionality this weekend for > allowing a user to click-add however many objects they want, which > will make it easy to see how

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

2010-01-22 Thread Neil Halelamien
ed it on any 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 wrote: > > I quasi-ported the Phys2d Java physics library to run with GWT and gwt- > > g2d (for HTML5 canv

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