I just skimmed the message but saw the thing about:

> ExtInfoWindow caused multiple mouseout, mouseover event calls every
> time the mouse is moved between divs making up the info box.

When the extinfowindow creates all the mark up for your window it is
wrapped in a parent div with an id= the original id you set.  E.g. in
the snow example that was in my blog post, the extinfowindow's id was
set to snow_window.  You could try binding an event listener to that
parent div and get the mouse in/out events you're looking for without
all the duplicates.  I'm not sure it's its full proof, but might be
worth a shot.
--~--~---------~--~----~------------~-------~--~----~
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