Using Object in classes passed via GWT RPC

2013-11-09 Thread Lohmar ASHAR
Hi It passed a little bit of time from when I was programming in GWT, but backthen you could pass only objects that implemented Serializable interface ... Or, even before that, an interface named IsSerializable by GWT. So in your case, instead of type Object I would try to use Serializable. Hope

Celltable column filter

2013-11-09 Thread Davinder Singh
Hi guys, I am wondering if there is any way to filter coulmn of a CellTable. UI should should be something like this - column should have a drop down icon, clicking on this icon a text filed should appear for searching through the column. I know this can be done using datagrid but is it

[SOLVED] Re: OutOfMemoryError after upgrade to OS X Mavericks

2013-11-09 Thread E.P.
Hi, Upgrading to the latest version of the jdk fixed the issue. It should be interesting if I had reinstalled the same version, I think it would have worked too. Thanks to Cristiano for the tip and to everyone for the help. Eddy -- You received this message because you are subscribed to the

Re: Firefox in OS X freezes in DevMode.

2013-11-09 Thread Carlos Aguayo
Thanks Colin, yeah that's what I figured, initially I thought that it would be a problem in the plugin given that it was only blocking Firefox and only in OS X (given that Chrome worked and also Firefox but under Linux). I started debugging and got all the way there. I doubt that it's a

Using Object in classes passed via GWT RPC

2013-11-09 Thread Patrick Tucker
Why do you have super() in you constructor? Your class does not extend anything. -- 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

Re: Using Object in classes passed via GWT RPC

2013-11-09 Thread James Clough
Cargo cult programming, born of desperation. I have another class that is working correctly with a field of type Object, so I was analyzing it and trying to eliminate each difference as a possible cause. The other class happens to pitch to the zero-argument Object constructor, so I added it

Re: Using Object in classes passed via GWT RPC

2013-11-09 Thread Nagin Kothari
change field - ListLocalizedMessage errors to ArrayListLocalizedMessage errors and see whether it works On Sat, Nov 9, 2013 at 11:46 PM, James Clough cloug...@gmail.com wrote: Cargo cult programming, born of desperation. I have another class that is working correctly with a field of type

Re: Firefox in OS X freezes in DevMode.

2013-11-09 Thread Colin Alworth
If you can repro this on at least one other machine and get the details of what the JVM is doing, that'd be helpful. I have a very basic familiarity with the dev mode code from researching the FF dev mode memory leak, and would be happy to take a closer look. From your description it

Re: Testing w/Selenium against app running in Eclipse demands Firefox Development Mode Plugin

2013-11-09 Thread Colin Alworth
By default, Selenium starts the browser with a fresh profile every time, which means that it has no plugins installed. On quitting, it deletes that profile again, to make sure that it won't slowly consume your disk. When you start the firefox driver instance, you can ask it to load profile

GWT-DnD on Viewport and Google Maps like Map

2013-11-09 Thread confile
I use GWT-dnd https://code.google.com/p/gwt-dnd/ to make a viewport draggable. A viewport is fixed size window that shows a part of a larger map. As illustrated in the following image: [image: enter image description here] I followed this post: Move ViewPort of Element Map in

Re: Firefox in OS X freezes in DevMode.

2013-11-09 Thread Carlos Aguayo
I really appreciate your help Colin. At this point I believe it's some misconfiguration in my computer. I tried to do a jconsole on the devmode process and it said it couldn't connect to it. I then did a jstack and said the same but this time the utility suggested to use a -F to force it, when

Re: [gwt-contrib] Re: Reminder: Branching GWT 2.6 later today

2013-11-09 Thread Li Bin
I mean the permutation for IE11 On Friday, November 8, 2013 4:34:09 PM UTC+8, Matthew Dempsky wrote: On Thu, Nov 7, 2013 at 9:28 PM, Li Bin orno...@gmail.com javascript:wrote: Is it possible for 2.6 to support IE11 in the final release ? It's unclear to me what you mean by supporting

Re: [gwt-contrib] GWT 2.6 and Java 6

2013-11-09 Thread Roberto Lublinerman
You are right, there should be an extra option -sourceLevel auto and that should be the default for devmode. On Nov 8, 2013, at 17:47, Colin Alworth niloc...@gmail.com wrote: Thanks Roberto, I'll give that a shot. I normally work with Java 7, but we want our code to work with anyone who chooses

Re: [gwt-contrib] GWT 2.6 and Java 6

2013-11-09 Thread Colin Alworth
Thanks for the clarification, I'll take a quick stab to see if I can make that change on my own. On Nov 9, 2013 5:40 PM, Roberto Lublinerman rlu...@google.com wrote: You are right, there should be an extra option -sourceLevel auto and that should be the default for devmode. On Nov 8, 2013, at