On 8 Apr, 13:34, Jeremy Geerdes <[email protected]> wrote:
> Actually, I suspect that the problem is that your script is disregarding the 
> first response and going with only the second.

The responses go into different boxes in the form, they have different
call backs, so I know for certain that the first search sent is never
calling back (I never see "Boo!") ...

//      Let user choose correct receiver world place name
function loadRxGooglePlaces()
{
alert( "Boo!" );
loadPlaces( GoogleSrch.results, rxPlace, rxPlaceSel );
}

//      Let user choose correct transmitter world place name
function loadTxGooglePlaces()
{
loadPlaces( GoogleSrch.results, txPlace, txPlaceSel );
}

However, it has just occurred to me that I probably need two search
objects, don't I?  Let's put this on hold while I investigate that ...

> Unfortunately, though, it's tough to say for sure without being able to see 
> the page where the problem is happening. Could you please provide a link to 
> the page, working or not?

No, the original prototype is out there as a test page in the test
area of my site, but it does not include the World Search option.
Further, I've had so many problems with the intended 'release'
version's asynchronous script loading (seemingly now solved, thank
goodness) that the prototype 'test' version has become something of a
permanent fixture in the Test area, and is now so widely used that I
can't overwrite it.  Further, as the data formats have changed, I
can't have the new version in the test area concurrently with the old
version.

Let's see if I've already spotted the problem though ...

-- 
You received this message because you are subscribed to the Google Groups 
"Google AJAX APIs" 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-ajax-search-api?hl=en.

Reply via email to