> GEvent.addDomListener(window, 'load', map_initialize); > Isn't that running on the load complete?
Maybe. The code I can see to create a GMap2 is called loadEarth(), I couldn't find map_initialize() but I expect it calls the former. When does the Splitter thingy run? I can't unravel ASP generated code. For a bodge-fix, use a setTimeout at the end of your map initialise to run map.checkResize() after a few seconds. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-maps-api?hl=en -~----------~----~----~----~------~----~------~--~---
