gwt-maven-plugin 2.7.0-SNAPSHOT

2014-09-13 Thread Thomas Broyer
Hi all, I spent some hours updating the gwt-maven-plugin to GWT 2.7.0-SNAPSHOT, and just deployed a snapshot to the https://nexus.codehaus.org/content/repositories/snapshots/ repository. You should thus be able to test GWT 2.7.0-SNAPSHOT more easily by switching to gwt-maven-plugin 2.7.0-SNAPS

recognizing errors in embedded JS code

2014-09-13 Thread Magnus
Hi, when using embedded JS code, I found that I sometimes do not recognize simple errors like this: private native JavaScriptObject makeAnnotation (int x,int y,int as,char c) /*-{ var pi = i * cs + cs / 2; ... return (i); }-*/; In this case, variable i is not defined. But there is

Re: only type string and int properties can been inserted to the class?

2014-09-13 Thread Jens
I am not entirely sure but I think UiBinder only allows String, int, boolean and Enum values as method/constructor parameters. -- J. -- 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

Re: GWT-SL 1.5 released

2014-09-13 Thread George Georgovassilis
BRF, I don't know what kind of weed you're on. On Saturday, 13 September 2014 17:30:37 UTC+3, BRF wrote: > > It appears all the links to jectbd.com in the readme.md file are broken > and go to a japanese hentai site now. -- You received this message because you are subscribed to the Google Grou

Re: only type string and int properties can been inserted to the class?

2014-09-13 Thread BRF
javascript dies not directly support long. unless you plan on using numbers biggee than int can support for that property, use an int. Othwerwise it will have to be a string or a float/double. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit"

Re: GWT-SL 1.5 released

2014-09-13 Thread BRF
It appears all the links to jectbd.com in the readme.md file are broken and go to a japanese hentai site now. -- 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

Random Dev Mode Startup errors

2014-09-13 Thread dhoffer
I often get the following error starting my application in debug mode (standard Dev Mode not SDM). Why would GWT sometimes have a deferred binding error but not always? The message (did you forget to inherit a required module) makes no sense to me as if I didn't have GXT referenced it seems it

GWT Wrapper for CodeMirror

2014-09-13 Thread पांडुरंग पाटिल
Hi All, I tried multiple GWT wrappers for CodeMirror how ever I didn't find anything which is quite good for use. So Initiated new project gwt-codemirror with base sample for each feature with minimum required features. Please feel free to use the same and enhance it. https://github.com/Agnie-