Re: DateBox parseStrict

2011-09-13 Thread irene
Sorry, it was my fault and it works perfectly. Thank you very much Thomas! On 12 sep, 14:07, Thomas Broyer wrote: > AFAICT, all you need is implement your own DateBox.Format, possibly > extending DateBox.DefaultFormat, and set it on the DateBox (either passing > it to the constructor, or using se

Re: DateBox parseStrict

2011-09-13 Thread irene
Thanks you Thomas!! It works but only in the first setter of the widget. When the blur event occurs the function used to parse the date is other and it is not strict. Any more idea?? Thank you!! On 12 sep, 14:07, Thomas Broyer wrote: > AFAICT, all you need is implement your own DateBox.Format,

DateBox parseStrict

2011-09-12 Thread irene zeller sancho
because of the version). Could somebody help me, please??? Thanks in advance!! Irene Zeller -- 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-toolkit@googlegroups.com. To unsubscribe f

Re: Load/Display KML file in GWT Google Maps

2011-02-14 Thread Irene
Ok guys, many thanks for your tips. I didn't know about putting the overlay on a public location. @Chad: I will start developing my code from the sample you provided, it is exactly what I need to understant properly how does this work. :) Thanks On 8 Feb, 15:52, Chad wrote: > Iren

Re: How to create a dynamic map as the Trip Advisor use case?

2011-02-14 Thread Irene
Sorry, I forgot to mention that I have tried to delete the element by using remove() function, but the problem is that my application really needs a footer credits bar, so if I delete the map and draw it again from the other class, the result is that the resultin map is shown BELOW the credit bar a

How to create a dynamic map as the Trip Advisor use case?

2011-02-14 Thread Irene
Hi all, I would like to do a GWT project reproducing this behaviour: http://www.tripadvisor.com/Restaurants-g60763-New_York_City_New_York.html As you can see, there is a map on the right, where it is possible to type the area where the engine should look for restaurants and see the real location

Load/Display KML file in GWT Google Maps

2011-02-08 Thread Irene
Hi all, I am developing a small project using GWT with embedded Google Maps. I have a KML file representing some 2D elements such as polylines and markers, so I would like to know if there is any way of loading these data from the GWT project and display it on runtime. I have found a Demo project

Error JavaScriptException ie8 SuggestOracle.Callback

2011-02-04 Thread irene
at com.google.gwt.dev.shell.BrowserChannelServer.processConnection(BrowserChannelServer.java: 531) at com.google.gwt.dev.shell.BrowserChannelServer.run(BrowserChannelServer.java: 352) at java.lang.Thread.run(Unknown Source) Do you have any idea? Thanks in advance, Irene -- You received this message because you are subscribed to the G

Re: Is it possible to pass parameters/data from Server to Client package?

2011-01-27 Thread Irene
Sorry for the delay! You were completely right, I used a return and changed the prototype definition of RPC functions (except Async one) to return a List of Strings and it worked. Thanks :D On Jan 21, 6:19 pm, Y2i wrote: > On Friday, January 21, 2011 8:42:39 AM UTC-8, Irene wrote: >

Re: Is it possible to pass parameters/data from Server to Client package?

2011-01-21 Thread Irene
Yes, that is exactly what I am trying. :) So, what you are suggesting is just using something like "return ListOfValues"? If so, the problem I have is that client package and server package communicate using RPC and I tried to give back to the client package a String type list with the return but

Is it possible to pass parameters/data from Server to Client package?

2011-01-20 Thread Irene
could thought. So, please, could anyone explain me how to do something like this? Or if there is any other method to display on a map data coming from the server side? Many thanks for your help! :) Irene -- You received this message because you are subscribed to the Google Groups "Googl