Hi Rossko
Thanks for your prompt reply.
You are right for the question 2! As it was in an include, I didn't
notice it.
Thanks a lot.
As for the first question, I think the syntax is correct and the
function works.
Proof is, all checkboxes in the sidebar are checked at startup (via
HTML code).
But they are unchecked right away (except the first one) by the
hideKML() function, which indicates that the PARSED event is
triggered, but maybe too soon ?
I don't know...
My hideKML function is:
function hideKML(category) {
Goverlay[category].hide();
// == clear the checkbox ==
document.getElementById(category).checked = false;
}
unchecking the check box works, but not hiding the overlay...
--
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.