Re: Windows not showing/hiding as expected

2009-04-08 Thread Gary1975
I have now implemented the suggested solution and it works a treat. Many thanks for the advice. On Apr 8, 7:31 am, Gary1975 wrote: > Thanks for the advice - I thought it was something like that but > didn't know what to do about it. I'll give it a go today > > The Wind

Re: Windows not showing/hiding as expected

2009-04-07 Thread Gary1975
Thanks for the advice - I thought it was something like that but didn't know what to do about it. I'll give it a go today The Window and MessageBox come from GWT-Ext On Apr 7, 4:00 pm, Thomas Broyer wrote: > On 7 avr, 16:13, Gary1975 wrote: > > > Hi, > >

Windows not showing/hiding as expected

2009-04-07 Thread Gary1975
infoWindow.open(clickPos, content); } }); map.addOverlay(polyline); map.setZoomLevel(map.getBoundsZoomLevel(polyline.getBounds())); map.panTo(polyli

Display not updating

2009-04-02 Thread Gary1975
Hi, I have a function that is used to process a set of data that is returned from a server. This routine gets the date range for the data returned and pops up a window for the used to enter the range that they are interested in. The code will then go through the data and draw a polyline on a map

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread Gary1975
That is the exact error that I was seeing and the changing the script tag to

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread Gary1975
Hi, I have just discovered what the problem is after wasting about 8 hours looking into it. The API version in your script tag that contains the key will refer to v2 of the API. Until yesterday at about 12:30pm this mapped to v2.148 of the api. But it was then changed to map to v2.150 of the api

Re: GWT + Google Maps [ERROR] Unable to load module entry point class

2009-03-25 Thread Gary1975
I am also sufferring from this problem. My code was working perfectly well yesterday morning but then at around lunchtime it just stopped and the crash isn't anywhere in the code that I was modifying. Today I have tried going back to a backup of my source that was working on monday night and this