Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Message from discussion Weird page flash in IE the first time I turn markers on or off
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mike Williams  
View profile  
 More options Nov 1 2005, 8:21 pm
From: Mike Williams <nos...@econym.demon.co.uk>
Date: Wed, 2 Nov 2005 01:21:02 +0000
Local: Tues, Nov 1 2005 8:21 pm
Subject: Re: Weird page flash in IE the first time I turn markers on or off
I can't help with the <form> flash in IE, but you can get your filters
to run faster and with less memory leak if you replace those

        map.removeOverlay(gmarkers[i]);
        map.addOverlay(gmarkers[i]);
with
        gmarkers[i].display(false);
        gmarkers[i].display(true);

There also seems to be a problem with the transparency of your
mm_20_blue.png icon.

--
The Blackpool Community Church Javascript Team
http://www.econym.demon.co.uk/googlemaps/


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.