GWT module may need to be (re)compiled message when using SuperDevMode

2012-09-08 Thread Paul Stockley
Every time I click the compile button from the 'Dev Mode On' bookmarklet, I get the 'GWT module '..' may need to be (re)compiled' alert. It works fine after that but it's kind of annoying. Anyone have an idea why this happens? -- You received this message because you are subscribed to the Googl

Re: CellList + NoSelectionModel - can we get visual feedback on click?

2012-09-08 Thread markww
Understood, but is there a way to change the background color of my cell on a click? If I give my cells an :active css style, the background color unfortunately changes as soon as the user clicks the cell. Rather I want it to only change color after a true click is complete. Thank you On Satu

need help in calling servlet on gwt +gae

2012-09-08 Thread Vik
Hello Can someone please assist us on http://stackoverflow.com/questions/12327308/redirecting-from-xfbml-to-gwt-does-not-work Thankx and Regards Vik Founder http://www.sakshum.org http://blog.sakshum.org -- You received this message because you are subscribed to the Google Groups "Google Web

Web workers

2012-09-08 Thread Harold Comere
Hi all, Does anyone have used web workers via GWT ? I have tried to use web workers looking at speed tracer code : http://code.google.com/p/speedtracer/source/browse/#svn%2Ftrunk%2Fsrc%2Fclient%2Fui%2Fsrc%2Fcom%2Fgoogle%2Fgwt%2Fwebworker%253Fstate%253Dclosed But i did not succeed to launch my wor

Re: Nasty overlay types restrinction : Only one JavaScriptObject type may implement the methods of an interface

2012-09-08 Thread Sebastián Gurin
Nino: mmm that depends. In my case the first thing I want is to provide Java and YUI users the possibility of using these two technologies together. Secondary, I want 2 things: zero-overhead API and an easy learning curve for YUI js users (so If you know Javascript YUI to be trivial to learn my

Re: Nasty overlay types restrinction : Only one JavaScriptObject type may implement the methods of an interface

2012-09-08 Thread Sebastián Gurin
Chris: thank you very much: It didn't occured that to me and just tried and worked fine! Will use this pattern, thanks again. ! On Friday, September 7, 2012 1:05:46 PM UTC-3, Chris Price wrote: > > Sebastián: You may already be aware of this, but when I first looked > into this problem it was a

Re: CellList + NoSelectionModel - can we get visual feedback on click?

2012-09-08 Thread Thomas Broyer
On Friday, September 7, 2012 8:51:44 PM UTC+2, markww wrote: > > Secondly, when the mouse is released, then I do get a visual change in the > list, a row changes color like so: > > http://cl.ly/image/1f3i0o2X2n3k > > but this is exactly what I want to prevent by using a NoSelectionModel > s

Re: Best MVP framework right now?

2012-09-08 Thread Ed
> > I am asking beacause in my last project I had a lot of boiler plate code, > a View, ViewImpl, Activity & Place for every crud action (update + create / > list) on every entity that I had to work with. Be flexible. I sometimes use a controller -> presenter -> view. But often, if I have ha

Re: Struts2 and GWT Intgration

2012-09-08 Thread Assiya EL
hi ; i have the same problem help us please 2012/9/6 naufal kk > Hi > > I am new in Struts2 technology, I am planning to develop a small web based > ERP like application using Struts2 and GWT. I have some queries regarding > this topic > 1. Is Struts2 and GWT compatable each other? > 2. Merits

Re: Best MVP framework right now?

2012-09-08 Thread Ed
> > Highly personal (and probably biased) view: best framework == no > framework. Can't agree more Best framework = your own brains... ;)... Every situation is different, so the frameworks don't fit 100%. Use them as examples: Look and Learn. If you have a good understanding of the GUI