So I can't really tell you when the splitter thing renders because to
be honest, I don't know. I tried using your timeout method but I ran
into a snag and now it is hitting the end of my OOP knowledge. Here is
the code I ran
setTimeout(function(map) { map.checkResize() }, 5000);
Any my js debugger says that map.checkResize() is not a function. I'm
guessing it has something to do with the classes and objects and what
not but I have no idea. Do you have any thoughts.

On Oct 20, 1:34 pm, Rossko <[email protected]> wrote:
> > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to