I have used the setTimeout function before and it works fine until you try to use a function within a class that is how I have had to do it before. I am looking to see if I can find another way. It has always been working in ie 6 & 7 and ff 2 & 3. This issue is only apparent in IE 8.
On Oct 20, 5:51 pm, Rossko <[email protected]> wrote: > > setTimeout(function(map) { map.checkResize() }, 5000); > > Any my js debugger says that map.checkResize() is not a function. > > setTimeout syntax is a bit odd, you could try > setTimeout( ' map.checkResize(); ' , 5000 ); > > I don't know what else you've done, but it is working okay in FF2 and > IE6 now. Maybe worth clearing IE8 cache and retry? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
