Here is a solution if it's usefull for someone else.

In the init page  function , the window is opened with
 $('#divDialog').dialog({ autoOpen:false}
So the dialog is hidden.

Then in the addListenner function open the dialog when the marker is
clicked

GEvent.addListener(marker, "click", function(){
       $('#divDialog').dialog("open")
}

--

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