Re: GAE Channels API in GWT

2010-12-06 Thread Andrea
On 06/12/10 11:40, l.denardo wrote: This other project was linked by the App Engine team: http://code.google.com/p/gwt-gae-channel/ (discussion thread is http://groups.google.com/group/google-appengine-java/browse_thread/thread/8cdf8e0a2276a9dd/fcb91bc1c62deb32?lnk=raot#fcb91bc1c62deb32).

Re: GAE Channels API in GWT

2010-12-06 Thread Andrea
). Code should be derived from the DanceDanceRobots demo, which is explained in Google IO sessions. Regards Lorenzo This seems to be only client side. I was expecting something on the server side too. But maybe I did not understand how it works. Andrea -- You received this message because

GAE Channels API in GWT

2010-12-05 Thread Andrea
? I've found http://code.google.com/p/gwt-channel/ but it does not look too active. Any other solution? Andrea -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com

RequestFactory + Cell Widgets

2010-11-16 Thread Andrea
The last section here: http://code.google.com/webtoolkit/doc/trunk/DevGuideRequestFactory.html mentions that future articles will discuss RequestFactory integration with Cell Widgets. In the meantime, I'm currently working on extending AsyncDataProvider so that when the Pager hits onRangeChanged

html

2010-07-29 Thread Andrea Bittencourt de Souza
como navegar entre telas html??? how to navigate between screens html??? -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to

Problem with Asynchronous callback

2010-03-29 Thread Andrea
I have the method getAddress() that take in input an array of cities. For each city I use the Asyncronous method getLatLng() that return me the coordinates and I save them in an ArrayList called listaCoordinateCittaUtente. But when I use the ArrayList after the call of the method getAddress() it

Re: Problem with Asynchronous callback

2010-03-29 Thread Andrea
Thanks for your answer. It's only few days that I use this technology so please tell me how I can make my RPC call takes the entire list at once. I can't understand the first solution, can you give me an example of it?? Andrea On 29 Mar, 17:54, kozura koz...@gmail.com wrote: Hi Andrea, I

Re: java.io.Serializable not accepted for serialization

2010-02-10 Thread Andrea Polci
the SerializationPolicy and SerializationPolicyProvider to the RPC methods. Now the problem is solved. Thanks the same for your help. Andrea On Feb 10, 6:58 am, rjcarr rjc...@gmail.com wrote: Are you sure that the class that you want to serialize (implements Serializable) is within your gwt module package

Re: geocoder.LatLng don't work

2009-12-06 Thread Andrea
Now I have resolve the problem with the Timer class. I postponed the execution of the code after the call of method getAdress(). I set a static time of 1 second, but I'm not secure that geocoder.getLatLng(). have finished his execution. Is there a way to know when an asynchronous method finish his

geocoder.LatLng don't work

2009-12-05 Thread Andrea
Hy. I have some problem with the geocoder class. The method under return a empty lista otherwise if I put the Window.alert() the method return the correct result. There is nobody that can help me? I want that the Arraylist return the correct result without use Window.alert Thanks Andrea public

<    1   2