Re: GWT Reference Development Platform

2014-01-29 Thread RickL
And, for anybody that sees the problem I had of "*** Error in `java': double free or corruption..." when compiling, it went away when I added 1 to the gwt-maven-plugin configuration. Apparently, on a two cpu VM, the default is 2, and for some reason that caused it to fail. Rick Lochner -- Y

GWT 2.6 DatePicker with ClickHandler on Year and Month Buttons?

2014-01-29 Thread confile
Is is possible to register ClickHandlers on the GWT 2.6 DatePicker year and month buttons? -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

GWT Reference Development Platform

2014-01-29 Thread RickL
Hello, It seems to me in this day and age of virtual machines it might make sense for the GWT community to come up with a reference development platform configuration for GWT (ala the Linux Standard Base), preferably as VM snapshots (qcow2, vmdk, or whatever). Then, when someone develops some

Re: Gwt 2.6 + Opera(/presto) how to enable support?

2014-01-29 Thread Jens
You can re-enabled opera by using: Not sure right now if the set-property line is needed but I think so. Re-enabling ie6 permutation for IE6/7 works the same way. -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe f

Re: Appropriate server backend API design for spreadsheet like UI interface?

2014-01-29 Thread Jens
Our app uses aggressive auto saving which means whenever a user changes data we wait a grace period of x milliseconds (mostly 300-500ms) and then send a save request to the server. We don't use RequestFactory and probably never will because of its limitations that makes such aggressive auto sa

Re: Gwt 2.6 + Opera(/presto) how to enable support?

2014-01-29 Thread Thomas Wrobel
ps. Really appreciate your fast responses - amazes me the time you put in for others here! ~~~ Thomas & Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 29 January 2014 16:48, Thomas Wrobel wrote: > Perfect, thanks. > > ~

Re: Gwt 2.6 + Opera(/presto) how to enable support?

2014-01-29 Thread Thomas Wrobel
Perfect, thanks. ~~~ Thomas & Bertines online review show: http://randomreviewshow.com/index.html Try it! You might even feel ambivalent about it :) On 29 January 2014 16:47, Jens wrote: > You can re-enabled opera by using: > > > /> > > Not sure right now if the set-property line is needed b

Gwt 2.6 + Opera(/presto) how to enable support?

2014-01-29 Thread darkflame
I think Gwt2.6 no longer does a Opera permutation by default.how do I re-enable it? I'd like to at least support Opera for awhile longer, as their new WebKit(/Blink) version still isn't a default update due to lack of feature support. Might be a low userbase, but Id still rather now break a

Appropriate server backend API design for spreadsheet like UI interface?

2014-01-29 Thread Yan
Hi there, I am working on a Web App with GWT 2.5.1. It has a Excel (spread-sheet) like interface, allows user to modify data in a table. I prefer in-place-edit-then-commit model than a "save" button for spread-sheet like interface. Basically, user can edit any cell, press OK to commit chang

GinTonic - Eclipse plugin for productive work with Gin!

2014-01-29 Thread Сергей Целовальников
Hello! Our company uses a lot of Gin. We searched for a plugin that makes it easier to work with Gin/Guice and found Egap plugin, but it only support Guice. So we decided to fork egap project, post it on GitHub and actively develop it further. We called it GinTonic. Link: https://github.com/Ser