On 13 mai, 13:14, Andrew Leach <[email protected]> wrote:
> On May 13, 11:55 am, Brice <[email protected]> wrote:
>
>
>
> > And this script isn't used in the maxContent infowindow. Any idea ?
>
> It's not run because this line
>  addEvent(window,"load",easyscroll);
> doesn't execute the script. You need to attach function easyscroll to
> the maximizeend event of the infoWindow.
>
> http://code.google.com/apis/maps/documentation/reference.html#GInfoWi...
>

So I'm a little bit lost :/

Do I have to modify that line of the easyscroll script :
addEvent(window,"load",easyscroll);

with something like that :
GEvent.addListener(GInfoWindow,"maximizeend",easyscroll);

or do I have to use that listener in my createMarker function ?

Thanks for your help

> --
> 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 
> athttp://groups.google.com/group/google-maps-api?hl=en.

-- 
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