Re: RPC Service returns null in client, but not in service.

2013-12-03 Thread Jens
Well then you probably have to debug. From what I can tell if I receive NULL on the client then I have send NULL on the server. I have never seen disappearing data if serializable classes are implemented correctly in terms auf GWT-RPC requirements. To see RPC payloads on the console you can

GWT Remote Logging message gets logged twice

2013-12-03 Thread sluettmann
Hello everybody, I'm fairly new to the google user group of gwt but i came across a very annoying problem while implementing gwt logging and cause I don't have any idea how to solve that I hope someone else from here has an idea. I implemented logging in our gwt application with log4j. I used

RedQueryBuilder 0.6.0 released. Packaging fixed for GWT.

2013-12-03 Thread salk31
Hello, New version of this SQL query UI control has just been released with some fixes to make the source easier to use with GWT. http://redquerybuilder.appspot.com/ It is pure GWT but most of the uses seem to be with JS. Sorry if it is bad etiquette to announce this here... Cheers Sam --

celltable select multiple rows

2013-12-03 Thread zsoloo
Hi, I need some help: I have a celltable, and want to select one or two rows, not only one. Can anibody help me, how can I do this? Thanks, Zs -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

gwt 2.6 and ie6

2013-12-03 Thread MacWiz
Now that ie6 is disabled in gwt 2.6 and being removed in gwt 3.0, is there a way with the gwt 2.6.0rc1 sdk to enable it? If the code is still there but just disabled, what needs to be changed in order to reenable it? Is there a command line switch? Something in the module xml? With the

Re: gwt 2.6 and ie6

2013-12-03 Thread Jens
You have to re-add the ie6 permutation name to the user.agent property in your module xml. extend-property name=user.agent values=ie6 / -- J. -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To unsubscribe from this group and stop

Re: celltable select multiple rows

2013-12-03 Thread Juan Pablo Gardella
See http://www.gwtproject.org/javadoc/latest/com/google/gwt/view/client/SelectionModel.html and how you can use it. 2013/12/3 zsoloo hoffmann.zsolt1...@gmail.com Hi, I need some help: I have a celltable, and want to select one or two rows, not only one. Can anibody help me, how can I do

Re: Error using IMAGE/IO in a Servlet

2013-12-03 Thread Sean Loughran
So, for completeness sake, I will let future Googlers know how I got around this problem. No matter which way I changed the Context Listener to and from the Jetty to Sun's and back again, I couldn't get the java advanced image library and RPCs working at the same time. So, I tried something a bit

AbstractCell does not support space/arrow keys in IE8

2013-12-03 Thread Yan
Hi there, I have noticed that the cell widget showcase demo does not work in IE8, you cannot enter space in the text field, nor can you use right arrow key to move cursor within textfield. I suspect that this is because these keys are used for selection, but this works in Chrome just fine.

PieChart stays in detached DOM tree when removed from parent widget

2013-12-03 Thread akydd
I posted this to Stackoverflow http://stackoverflow.com/q/20129862/770519and to the gwt-vizualization team as a possible bug http://code.google.com/p/gwt-google-apis/issues/detail?id=529, but I have not received any replies from either post. Perhaps someone here has some insight into what is

Re: PieChart stays in detached DOM tree when removed from parent widget

2013-12-03 Thread Colin Alworth
Can you try compiling in PRETTY? This will make the retaining tree graph in chrome's inspector easier to tell where things are coming from and what is tracking them. But at a glance, something registered something with google.visualization, and didn't unregister it. Knowing what gD, iv, and fv

Re: [gwt-contrib] Rebinding Methods improvement proposal and working prototype

2013-12-03 Thread Andrés Testi
Hi Brian: This is well-documented and looks like solid work. Thanks for the kudos! I think the main issue will be whether it can be made compatible with modular compilation. So the best timing will be to land it after modular compilation. It looks like it should be compatible

Re: [gwt-contrib] Rebinding Methods improvement proposal and working prototype

2013-12-03 Thread Andrés Testi
Stephen: Per Brian's comments, a javax.rebinding spec might have a hard time having feature-parity with GWT, because I imagine the Java8 plugins, like APT, only runs on .java files currently under compile, and doesn't re-process all of the types in .class files via .jars on the classpath.

[gwt-contrib] Re: 2.6.0-rc2

2013-12-03 Thread Colin Alworth
What's the current thinking on removing ImageResource.isStandalone from 2.6.0 final, as in the https://gwt-review.googlesource.com/#/c/5504/ review? It isn't in GWT 2.5.x, and isn't in master, but is present in both 2.6.0-rc1 and 2. If it was an oversight to add this the first time around,

Re: [gwt-contrib] Re: 2.6.0-rc2

2013-12-03 Thread Goktug Gokdogan
I sent it for cherry-picking earlier today. There was a few other missing patches as well. Matthew is going to release RC3 soon. On Tue, Dec 3, 2013 at 11:01 AM, Colin Alworth niloc...@gmail.com wrote: What's the current thinking on removing ImageResource.isStandalone from 2.6.0 final, as in

Re: [gwt-contrib] Re: 2.6.0-rc2

2013-12-03 Thread Matthew Dempsky
On Tue, Dec 3, 2013 at 11:01 AM, Colin Alworth niloc...@gmail.com wrote: What's the current thinking on removing ImageResource.isStandalone from 2.6.0 final, as in the https://gwt-review.googlesource.com/#/c/5504/review? Thomas added ImageResource.isStandalone several months ago (between