I didn't catch your quote above.  I fixed the clicking on the overlay and
the div showing.  I had taken out some function calls when i was cleaning it
up for posting and had taken out the call to show the div.  It's loading
fine now.

If you load it in Explorer 8 you will see the error I am talking about if
you click on the Intersection of Felicia Ave and Wilson St.  Pan around and
it will kick up the error.  I didn't get this error in Chrome so may be an
Explorer bug.

On Tue, Jun 15, 2010 at 3:54 PM, Nathan Raley <[email protected]> wrote:

> And I do get the error in browsing it with Internet Explorer 8.
>
>
> On Tue, Jun 15, 2010 at 3:53 PM, Nathan Raley <[email protected]> wrote:
>
>> Oh and I apologize for the street view not loading up right.  I forgot I
>> had changed the code back yesterday when I was bug testing.  It should be
>> working properly now as well on the test page I linked.
>>
>>
>> On Tue, Jun 15, 2010 at 3:29 PM, Nathan Raley <[email protected]>wrote:
>>
>>> I think it has to do with the component we are using to embed the html.
>>>  We are using a TcppWebBrowser component.  In case you didn't know here is
>>> some information about the component itself:
>>>
>>> TCppWebBrowser provides access to the Web browser functionality of
>>> Microsoft’s Shell Doc Object and Control Library (SHDOCVW.DLL).
>>>
>>> TCppWebBrowser wraps the IWebBrowser2 interface from Microsoft’s Shell
>>> Doc Object and Control Library (SHDOCVW.DLL) to allow you to create a
>>> customized Web browsing application or to add Internet, file and network
>>> browsing, document viewing, and data downloading capabilities to your
>>> C++Builder applications.
>>>
>>> Note: Because TCppWebBrowser wraps the SHDOCVW.DLL, you must have
>>> SHDOCVW.DLL installed to use this component. This DLL ships with Internet
>>> Explorer 4 and later.
>>>
>>> So this is likely causing the issue I would assume and might possibly be
>>> a bug, but then again I'm not sure they are looking to support api v3 using
>>> components such as this.
>>>
>>> Is there any way I can capture the event that is fired when the user
>>> clicks on the control to change the pov and trap the error in a try catch
>>> statement?
>>>
>>> On Tue, Jun 15, 2010 at 3:08 PM, Chad Killingsworth <
>>> [email protected]> wrote:
>>>
>>>> That's not working for me. I've done this in IE 8, FireFox 3.6 and
>>>> Chrome 5.
>>>>
>>>> Chad Killingsworth
>>>>
>>>> On Jun 15, 1:05 pm, Nathan Raley <[email protected]> wrote:
>>>> > Click on a position that has a street view location as per the street
>>>> view
>>>> > overlay and it will load the pano.
>>>> >
>>>> > On Tue, Jun 15, 2010 at 1:03 PM, Chad Killingsworth <
>>>> >
>>>> >
>>>> >
>>>> > [email protected]> wrote:
>>>> > > I saw the button and it enables the StreetViewOverlay type layer.
>>>> > > However, I'm not seeing an actual panorama anywhere.
>>>> >
>>>> > > Chad KIllingsworth
>>>> >
>>>> > > On Jun 15, 12:51 pm, Nathan Raley <[email protected]> wrote:
>>>> > > > Nice, I didn't catch the unload part.
>>>> >
>>>> > > > For the street view overlay to show I have a button in my c++.
>>>> >
>>>> > > > When that button is clicked it loads up my overlay.
>>>> >
>>>> > > > I added a button in javascript with similar functionality to the
>>>> one in
>>>> > > the
>>>> > > > c++ code.   Its at the very bottom left of the page.  You might
>>>> not have
>>>> > > > noticed it.
>>>> >
>>>> > > > On Tue, Jun 15, 2010 at 12:30 PM, Chad Killingsworth <
>>>> >
>>>> > > > [email protected]> wrote:
>>>> > > > > What do you do on your standalone map to get the pano to show? I
>>>> > > > > enabled it with DOM Manipulation but it wasn't tied to anything.
>>>> >
>>>> > > > > Also, you have a GUnload function defined on the body tag.
>>>> That's not
>>>> > > > > needed in v3 and it's causing a javascript error.
>>>> >
>>>> > > > > Chad Killingsworth
>>>> >
>>>> > > > > On Jun 15, 10:15 am, Nathan Raley <[email protected]> wrote:
>>>> > > > > > Okay, giving another status update.
>>>> >
>>>> > > > > > It appears that if I drag to pan around before using the
>>>> control to
>>>> > > pan
>>>> > > > > > around, I don't get the error crossing that intersection.
>>>> >
>>>> > > > > > However, if I reset the pano position and only use the arrows,
>>>> I get
>>>> > > the
>>>> > > > > > error each time I pass by.
>>>> >
>>>> > > > > > Could it have something to do with the control setting the
>>>> panorama
>>>> > > > > position
>>>> > > > > > and doing the pan to in the street view?  Is there a way I
>>>> could add
>>>> > > > > error
>>>> > > > > > handling to the event that is fired off during the pan to and
>>>> if it
>>>> > > fires
>>>> > > > > > off an error catch it in a try catch?
>>>> >
>>>> > > > > > On Tue, Jun 15, 2010 at 10:03 AM, Nathan Raley <
>>>> [email protected]>
>>>> > > > > wrote:
>>>> > > > > > > And further analysis states that it is expecting a '{'
>>>> >
>>>> > > > > > > On Tue, Jun 15, 2010 at 10:02 AM, Nathan Raley <
>>>> > > [email protected]
>>>> > > > > >wrote:
>>>> >
>>>> > > > > > >> Another note, using Microsoft Script editor instead of
>>>> Visual
>>>> > > Studio
>>>> > > > > it is
>>>> > > > > > >> showing the error at line 15:
>>>> > > > > > >> function Zy(a,b,c,d,e,f,g,h)
>>>> >
>>>> > > > > > >> On Tue, Jun 15, 2010 at 9:58 AM, Nathan Raley <
>>>> > > [email protected]
>>>> > > > > >wrote:
>>>> >
>>>> > > > > > >>> One of the intersections my embedded application is
>>>> getting an
>>>> > > error
>>>> > > > > at
>>>> > > > > > >>> is Wilson and Felicia.
>>>> >
>>>> > > > > > >>> On Tue, Jun 15, 2010 at 9:53 AM, Nathan Raley <
>>>> > > [email protected]
>>>> > > > > >wrote:
>>>> >
>>>> > > > > > >>>> Link is at:
>>>> >
>>>> > >http://www.suntransformer.com/peter/GoogleAPI3/GoogleAPIv3test.html
>>>> >
>>>> > > > > > >>>> <
>>>> > > > >
>>>> http://www.suntransformer.com/peter/GoogleAPI3/GoogleAPIv3test.html
>>>> > > > > >Although
>>>> > > > > > >>>> I haven't been able to reproduce it in the standalone.
>>>>  However,
>>>> > > I
>>>> > > > > do still
>>>> > > > > > >>>> receive the error at the same intersections every time in
>>>> the
>>>> > > street
>>>> > > > > view on
>>>> > > > > > >>>> the one embedded in my c++ application.  It is even
>>>> triggering
>>>> > > this
>>>> > > > > when the
>>>> > > > > > >>>> markers aren't present in the street view panorama.
>>>> >
>>>> > > > > > >>>> So it's not marker related.  Any other ideas?
>>>> >
>>>> > > > > --
>>>> > > > > You received this message because you are subscribed to the
>>>> Google
>>>> > > Groups
>>>> > > > > "Google Maps JavaScript API v3" group.
>>>> > > > > To post to this group, send email to
>>>> > > > > [email protected].
>>>> > > > > To unsubscribe from this group, send email to
>>>> > > > > [email protected]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B
>>>> [email protected]><google-maps-js-api-v3%2B
>>>> > > [email protected]>
>>>> > > > > .
>>>> > > > > For more options, visit this group at
>>>> > > > >http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>>>> >
>>>> > > --
>>>> > > You received this message because you are subscribed to the Google
>>>> Groups
>>>> > > "Google Maps JavaScript API v3" group.
>>>> > > To post to this group, send email to
>>>> > > [email protected].
>>>> > > To unsubscribe from this group, send email to
>>>> > > [email protected]<google-maps-js-api-v3%[email protected]><google-maps-js-api-v3%2B
>>>> [email protected]>
>>>> > > .
>>>> > > For more options, visit this group at
>>>> > >http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>>>>
>>>> --
>>>> You received this message because you are subscribed to the Google
>>>> Groups "Google Maps JavaScript API v3" group.
>>>> To post to this group, send email to
>>>> [email protected].
>>>> To unsubscribe from this group, send email to
>>>> [email protected]<google-maps-js-api-v3%[email protected]>
>>>> .
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/google-maps-js-api-v3?hl=en.
>>>>
>>>>
>>>
>>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" 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-js-api-v3?hl=en.

Reply via email to