Re: JsInterop and Sencha Ext js framework

2016-03-18 Thread ateletin
What I want to do is to wrap the javascript to java objects using jsinterop. I would have dig deeper through documentation, but I didn't find anything related to this subject.. -- View this message in context: http://google-web-toolkit.2317884.n4.nabble.com/JsInterop-and-Sencha-Ext-js-framework

GWT - output problem

2016-03-18 Thread Nikola Popovic
I need to deploy simple libgdx app to HTML5/JS and i build it successfully. For output style of my JS code i use -DETAILED so i can read functions and use it. My main problem is that i cant find my functions in JS output code. I use logs ( consoleLog("testFunctionCalled"); ) and they are visib

Uploading Local Image Content

2016-03-18 Thread Julio Heitor Nobrega
Dear friends, i am trying to upload a file system image's content to my GWT site and i stumbled across this code: *public* * final native void readAsDataURL(MyClass that, FileUpload input) /*-{ var files = inp...@com.google.gwt.user.client.ui.FileUpload::getElement()().files

Re: JsInterop and Sencha Ext js framework

2016-03-18 Thread Thomas Broyer
Because Brandon works for Sencha? :-P On Thursday, March 17, 2016 at 3:10:34 PM UTC+1, Alain wrote: > > Which brings me back to the question of why not help improving ext4j > instead of having tons of micro solutions ? > On 17 Mar 2016 14:50, "Brandon Donnelson" wrote: > >> ateletin, I've been w

Re: Vararg version of set method added to domain object causes request factory validator to fail

2016-03-18 Thread Nicolas Perez
Thank you Michael, I was fighting against this issue for hours On Thursday, April 19, 2012 at 1:16:48 PM UTC+2, Michael Wiles wrote: > > I have a proxy with: > > public void setPlatforms(List platforms); > > and the domain object has: > public void setPlatforms(List platforms); > > This wo

Re: Is anybody of you guys using GWT with Lombok?

2016-03-18 Thread Thomas Broyer
FWIW, while I'm against Lombok because as others already said it's really hackish and fragile (see also https://groups.google.com/d/topic/bazel-discuss/ZRWdqJfYEPw/discussion, Bazel uses Error Prone as the Java compiler, which is more-or-less a "fork" of the OpenJDK com

Re: JsInterop and Sencha Ext js framework

2016-03-18 Thread Alain Ekambi
Why reinvent the wheel. ? We have an Ext JS wrapper already. And a JsInterop Version is coming soon. http://opensource.ahome-it.com/#ext4j Here is source. https://github.com/ahome-it/ahome-ext On 16 March 2016 at 21:45, Kirill Prazdnikov wrote: > > https://docs.google.com/document/d/10fmlE

Re: JsInterop and Sencha Ext js framework

2016-03-18 Thread Alain Ekambi
Which brings me back to the question of why not help improving ext4j instead of having tons of micro solutions ? On 17 Mar 2016 14:50, "Brandon Donnelson" wrote: > ateletin, I've been working using jsinterop with extjs 6+, if you have > some questions ping me and I can help with that. There are t