Re: GWT 2.6.0, SuperDevMode, and GWT-RPC serialization error

2014-01-31 Thread Thad Humphries
Yes, it works with -noserver, just add "-Dgwt.codeserver.port=9876" to the 'VM Arguments'. For debugging with Tomcat, I added "-Dgwt.codeserver.port=9876" to JAVA_OPTS ins setenv.sh. Thanks again. On Friday, January 31, 2014 3:35:19 PM UTC-5, Thad Humphries wrote: > > Thank, Jens. That's worki

Re: body.scrollLeft and body.scrollTop deprecated in strict mode

2014-01-31 Thread Thomas Broyer
On Friday, January 31, 2014 11:18:34 PM UTC+1, Thomas Broyer wrote: > > GWT should use documentElement, unless you're in quirks mode (in which > case it uses the body). > …that said, I see the same warnings for Google Groups, and it correctly runs in standards mode. Hah, must be the getScroll

Re: body.scrollLeft and body.scrollTop deprecated in strict mode

2014-01-31 Thread Thomas Broyer
GWT should use documentElement, unless you're in quirks mode (in which case it uses the body). On Friday, January 31, 2014 9:01:59 PM UTC+1, Thad Humphries wrote: > > When I'm running my project in SuperDevMode with GWT 2.6.0, I occasionally > these messages in Chrome's JavaScript Console: > > b

Re: GWT 2.6.0, SuperDevMode, and GWT-RPC serialization error

2014-01-31 Thread Thad Humphries
Thank, Jens. That's working: I added "-Dgwt.codeserver.port=9876" to the 'VM Arguments' in my run configuration and my RPC call works. I'm guessing there might be similar magic when running -noserver, right? I want to tackle that next, since Jetty configuration is gone with 2.6.0 and I dearly m

Re: GWT 2.6.0, SuperDevMode, and GWT-RPC serialization error

2014-01-31 Thread Jens
When using SuperDevMode your server side code must access the GWT-RPC serialization policy files from your SDM code server (because thats the one compiling your app and generating the up-to-date policy file). This was kind of annoying with previous GWT versions but now GWT is able to download

Re: GWT 2.6.0, SuperDevMode, and GWT-RPC serialization error

2014-01-31 Thread Thad Humphries
I thought of that since I recall something similar going from 2.4 to 2.5 (or some such upgrade). I cleared my browser cache completely and (as I said) called `mvn clean` to remove target. I also removed the www-test and gwt-unitCache directories. I even did a clean on supporting libraries. Is t

body.scrollLeft and body.scrollTop deprecated in strict mode

2014-01-31 Thread Thad Humphries
When I'm running my project in SuperDevMode with GWT 2.6.0, I occasionally these messages in Chrome's JavaScript Console: body.scrollLeft is deprecated in strict mode. Please use 'documentElement.scrollLeft' if in strict mode and 'body.scrollLeft' only if in quirks mode. body.scrollTop is dep

Re: GWT 2.6.0, SuperDevMode, and GWT-RPC serialization error

2014-01-31 Thread Juan Pablo Gardella
Seems a cache error. Did you clean all temp data? 2014-01-31 Thad Humphries : > I have switched over a new project to GWT 2.6.0. I running with Maven and > the GWT Maven Plugin 2.6.0-rc3. > > Everything was working swimmingly with GWT 2.5.1. Now I'm getting GWT-RPC > serialization errors when ru

GWT 2.6.0, SuperDevMode, and GWT-RPC serialization error

2014-01-31 Thread Thad Humphries
I have switched over a new project to GWT 2.6.0. I running with Maven and the GWT Maven Plugin 2.6.0-rc3. Everything was working swimmingly with GWT 2.5.1. Now I'm getting GWT-RPC serialization errors when running SuperDevMode. If I start DevMode from Maven (gwt:run) or through Eclipse, the cla

Re: GWT Multi columns sort with AsyncDataProvider

2014-01-31 Thread Ashish Tyagi
I have the same problem. I do not think it is advisable sorting AsyncDataProvider on the client side. I would suggest you to perform the sorting at server side and make the rpc call to return the data. Thanks Ashish Tyagi On Tuesday, July 16, 2013 7:10:19 AM UTC-4, zakaria otmani wrote: > > i

Re: GWT 2.6.0 now available

2014-01-31 Thread Jonathan Franchesco Torres Baca
great! 2014-01-31 Patrice De Saint Steban : > The 2.6.0-rc3 version exist in the maven central. > You can use it, and define the dependencies in the plugin configuration > for use the 2.6.0 version. > > Le vendredi 31 janvier 2014 12:48:36 UTC+1, Bruno Santos a écrit : > >> Missing only release

Re: how to use SQL database to validate username and password in GWT

2014-01-31 Thread Tio Malandra
Develop an SQL interpreter for GWT, write an store procedure with a rule to validate password and username, and run it. El viernes, 31 de enero de 2014 08:08:12 UTC-3, Ashfaq Khan escribió: > > *i'm new to gwt and doing my major project on gwt, webPOS as part of > academics, so i'm kinda stuck

Re: GWT 2.6.0 now available

2014-01-31 Thread Patrice De Saint Steban
The 2.6.0-rc3 version exist in the maven central. You can use it, and define the dependencies in the plugin configuration for use the 2.6.0 version. Le vendredi 31 janvier 2014 12:48:36 UTC+1, Bruno Santos a écrit : > > Missing only release the new version for eclipse plugin > -- You received t

how to use SQL database to validate username and password in GWT

2014-01-31 Thread Ashfaq Khan
*i'm new to gwt and doing my major project on gwt, webPOS as part of academics, so i'm kinda stuck with sql database connection in Gwt to validate login page details from the database...any help from the developers is much appreciated :-/ * -- You received this message because you are subscrib

Re: GWT 2.6.0 now available

2014-01-31 Thread Bruno Santos
Missing only release the new version for eclipse plugin -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@googlegroups.com. To