On Jan 5, 7:49 am, Nate_LR <[email protected]> wrote:
> I'm attempting to use the progress bar utility available from 
> here....http://code.google.com/p/gmaps-utility-library-dev/
>
> I've created a map which allows the user to query locations by county
> and status from a form.  Depending on the selection, the query might
> retrieve 2 locations or 800 locations.  The progress bar seems to work
> fine initially; however, after a query that retrieves 500 locations
> and I attempt a new query that retrieves 4 locations, the progress bar
> shows 4/500 and therefore won't disappear.  I've tried and tried, but
> can't figure out the fix.  Any help would be appreciated- I have
> samples of my code below.   Thanks!
>

I don't have that problem with a modified version of the example here:
http://code.google.com/p/gmaps-utility-library-dev/

You must be doing something wrong.  Post a link to the map that shows
the problem (as requested in the posting guidelines), and maybe we can
tell what it is...

This looks suspicious:
progressBar.start(markers.length);
(what is markers.length at that point in your code?)

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