@Ross

Thanks for the info.

Please note that I changed the code to no longer use the dynamic
loader prior to your post.

As such, I'm using the old GMaps2 loader.

It appears to me that I'm loading the API's in proper order.

Would you mind taking another look to see if it looks all good now?

Thanks

On May 26, 6:29 pm, Rossko <ros...@culzean.clara.co.uk> wrote:
> > Yes, I removed the line:
>
> > baseIcon.iconSize = new GSize(18, 24);
>
> > As a previous commenter said IE7 was erroring on that line.
>
> That's a symptom, not a cause.   You can't use the GSize function
> until the API containing the definition of that function has been
> loaded.
>
> > So how do I address the timing issue?
>
> You load things in the right order;
> First load the maps API.
> Then load ewindows - which uses parts of the API
> Then run your own code - which uses parts of both.
>
> If you choose to load the API dynamically, that's fine.  But you need
> to see that ewindows.js is not loaded until after the API is ready -
> so you'd load it in your callback routine as already advised.
>
> If you choose to load the API in the conventional way, that's fine
> too.  You still need to see that ewindows gets loaded afterwards, so
> you'd place its script tag after the API one.
>
> cheers, Ross K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to Google-Maps-API@googlegroups.com
To unsubscribe from this group, send email to 
google-maps-api+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to