Hi Eric, I will try in their forum, thanks.
/Rasmus On 14 Nov., 19:47, Eric Ayers <[EMAIL PROTECTED]> wrote: > Hi Rasmus, > > This doesn't appear to be realted to GWT or the Google API Wrappers for > GWT. Check over and search the Google-Maps-Api google group and let us know > if anything turns up. Be sure to observe their posting guidelines. > > -Eric. > > > > On Fri, Nov 14, 2008 at 10:37 AM, Rasmus H <[EMAIL PROTECTED]> wrote: > > > I have been trying for a while now to get gwt-maps-1.0.1 to work with > > gwt-windows-1.5.3 but I am again and again encountering the same > > error: "Unterminated string constant" on line 220. > > > I have tried the following: > > - project made using the gwt-maps guide and clean project > > - placing the maps script tag about anywhere in the gwt.xml and HTML > > file > > - different HTML description tags > > - different versions of GWT and gwt-maps > > > When I compile everything runs fine in Firefox and Chrome but IE 7.0 > > refuses to run the code. > > > I have tried to look through the JavaScripts and I found that the > > problem arises in > >http://maps.google.com/intl/da_ALL/mapfiles/132e/maps2.api/main.js > > which is loaded from > >http://maps.google.com/maps?gwt=1&file=api&v=2&key=xxx > > > 220: var ag= > > ["opera","msie","applewebkit","firefox","camino","mozilla"],bg= > > ["x11;","macintosh","windows"];function cg(a){var > > b=this;b.agent=a;b.type=-1;b.os=-1;b.cpu=-1;b.version=0;b.revision=0;var > > a=a.toLowerCase();for(var c=0;c<j(ag);c++){var d=ag[c];if(a.indexOf(d)! > > =-1){b.type=c;var e=new RegExp(d+"[ /]?([0-9]+(.[0-9]+)?)");if(e.exec > > (a))b.version=parseFloat(RegExp.$1);break}}for(var c=0;c<j(bg);c++) > > {var d=bg[c];if(a.indexOf(d)!=-1){b.os=c;break}}if(b.os==1&&a.indexOf > > ("intel")!=-1)b.cpu=0;if(b.xa()&& > > 221: /\brv:\s*(\d+\.\d+)/.exec(a))b.revision=parseFloat(RegExp.$1)} > > > Does anybody have a clue what I am doing wrong? Thanks. > > -- > Eric Z. Ayers - GWT Team - Atlanta, GA USAhttp://code.google.com/webtoolkit/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/Google-Web-Toolkit?hl=en -~----------~----~----~----~------~----~------~--~---
