hi. let me explain my problem without posting any code..
I get the code for custom controls and added it to my page . I have a
function Mapsetcenter(x,y) which always is called while page
refreshing so I add the var mycontrol = new TextualZoomControl(); in
that function and on marker mouse over I add the mycontrol and onmouse
out I remove the control. so while the page refresh and the mouse
still over the marker it creates a  new TextualZoomControl(); so when
I remove the mouse out the old control stay on the map. I tried to
define the var mycontrol = new TextualZoomControl();  outside
Mapsetcenter() function but it gives an error that some variables are
not defined so the code part related to creation that new control must
be inside the function. so is there any plan for that???


On May 9, 5:07 pm, Mike Williams <[email protected]> wrote:
> If you want more help follow the posting guidelines and post a link.
>
> Do Not Post Huge Chunks Of Code Here.
>
> --http://econym.org.uk/gmap
> The Blackpool Community Church Javascript Team
--~--~---------~--~----~------------~-------~--~----~
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