Re: [Google Maps API v3] Re: Infowindow

2019-02-15 Thread Michael Geary
This group was shut down years ago, but a few of us old-timers still monitor it. If a Maps API update broke your app, a likely reason may be that you were using undocumented features. Here is an example: https://stackoverflow.com/questions/15395387/how-to-properly-use-google-maps-api/15395503#15

Re: [Google Maps API v3] Re: Infowindow

2019-02-15 Thread Menghuy
Thank you very much for your reply On 15 Feb 2019 15:47, "ralfwessels" wrote: Hi Menghuy, it is possible that the problems are related to the version change of the Google Maps API a few days ago. Try to use another (older) version to see if it helps. More information about the API versions you

Re: [Google Maps API v3] Re: infowindow content

2011-10-10 Thread Andrew Leach
On 10 October 2011 15:44, rmcguire wrote: > from what I have here: > > var contentString = "West SalesJohn Doe>""mailto:j...@meadowlarkco.com"";; > > then I pass contentString into > > infowindow.setContent(contentString); All that will do is put the text into the infoWindow. It won't create a ma

Re: [Google Maps API v3] Re: Infowindow with a div inside

2011-09-16 Thread Florian Behr
If you want to remove the DOM and the object you use the close() method (DOM) and then set your var to null (memory) to ensure that it's being properly garbage collected. On Fri, Sep 16, 2011 at 1:37 PM, Gianpiero Venditti < gianpiero.vendi...@gmail.com> wrote: > Actually I don't have a working e

Re: [Google Maps API v3] Re: InfoWindow causes my map to not appear

2011-04-25 Thread K Bowman
Ok, I think I added the correct code that was missing for the info window and it opens in the map (outside of the iframe) when the marker is clicked on. Any suggestions on improving that code, or user interaction would be greatly appreciated. On Mon, Apr 25, 2011 at 9:26 AM, K Bowman wrote: > S

Re: [Google Maps API v3] Re: InfoWindow causes my map to not appear

2011-04-25 Thread K Bowman
So, the marker that I currenlty have defined can't be used for the infowindow? I thought I could just include the infowindow code with the existing marker code and have them both appear. On Mon, Apr 25, 2011 at 3:38 AM, Rossko wrote: > > Hmm... there was a conflict between the template and the

Re: [Google Maps API v3] Re: InfoWindow causes my map to not appear

2011-04-24 Thread K Bowman
Yes, I see the map and an icon, but I'm missing the infowindow. That's what I'm trying to get working. On Sun, Apr 24, 2011 at 2:47 PM, geocode...@gmail.com wrote: > On Apr 24, 1:45 pm, "geocode...@gmail.com" > wrote: > > On Apr 24, 12:57 pm, K Bowman wrote: > > > > > I thought that was the pr

Re: [Google Maps API v3] Re: InfoWindow causes my map to not appear

2011-04-24 Thread K Bowman
Hmm... there was a conflict between the template and the component com_properties where both had slimbox.js jQuery defined and I was told by the template developer i had to remove one which I did but apparently there is now an error. That doesn't have any influence on this issue though I don't thi

Re: [Google Maps API v3] Re: InfoWindow sizing problems

2011-04-11 Thread Andrew Leach
On 11 April 2011 12:07, en4ce wrote: > > generally its best if you resize the pics on the server, its not that > difficult and there are a lot of tutorials on this, so resize the pics > when they are uploaded / shortly after > > if you want to preload the pics then sure its no problem just insert

Re: [Google Maps API v3] Re: Infowindow with tabs in v3

2011-02-09 Thread Chris Broadfoot
And have a look at InfoBubble: http://google-maps-utility-library-v3.googlecode.com/svn/trunk/infobubble/examples/example.html -- http://twitter.com/broady -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group,

Re: [Google Maps API v3] Re: Infowindow not behaving in Firefox

2011-02-04 Thread Paulo Fernandes
Yes, you are right In this variable do you insert only the content of the infowindow or you insert the javascript code? Here the code is perfect in FF and Chrome Paulo Fernandes http://www.google.com/profiles/paulofernandesjr http://twitter.com/paulofernandesj +55 11 9797-5974 On Fri, Feb

Re: [Google Maps API v3] Re: InfoWindow with tabs

2011-02-04 Thread alpa buddhabhatti
Thank you Rossko. Also can you please tell me from where i get .Css as well as.js files which you have included into your this page. Best Regards, Alpa Buddhbhatti On Thu, Feb 3, 2011 at 4:38 PM, Rossko wrote: > > what does substitute the v2 facility to create infoWindows with tabs? > > It isn

Re: [Google Maps API v3] Re: infowindow doesn't appear

2011-01-30 Thread Paulo Fernandes
try to post a link every time that you create a new thread! for this time I will try to help you use this code function placeMarker(location) { var marker = new google.maps.Marker({ position: location, draggable: true,

Re: [Google Maps API v3] Re: InfoWindow grabs click and jumps with map

2011-01-28 Thread Paulo Fernandes
Everything that I did and do run correctly in all modern browsers that supports Google Maps. I had to use the "var" to names the variable for IE Paulo Fernandes http://www.google.com/profiles/paulofernandesjr http://twitter.com/paulofernandesj +55 11 9797-5974 On Fri, Jan 28, 2011 at 12:42

Re: [Google Maps API v3] Re: InfoWindow grabs click and jumps with map

2011-01-28 Thread Alex Le Bek
Thanks Paulo - unfortunately this code is not online or easy to extract - but I have just run in Firefox (3.6.2) and the infoWindow behaves! No jump or scroll seen. I am hoping Firefox is the 'right' behaviour and the behaviour in Chrome is transitory... I am relatively new to using the GM API

Re: [Google Maps API v3] Re: InfoWindow grabs click and jumps with map

2011-01-28 Thread Paulo Fernandes
Send for us a link. Paulo Fernandes http://www.google.com/profiles/paulofernandesjr http://twitter.com/paulofernandesj +55 11 9797-5974 On Fri, Jan 28, 2011 at 10:43 AM, Alex Le Bek wrote: > > >That is what href="#" does. > >"#" means top of the page. > > So it does. Unless you grab the click

Re: [Google Maps API v3] Re: InfoWindow grabs click and jumps with map

2011-01-28 Thread Alex Le Bek
>That is what href="#" does. >"#" means top of the page. So it does. Unless you grab the click first. The same thing happens with: infoNode = Node.create('Record this location'); Alex -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript AP

Re: [Google Maps API v3] Re: InfoWindow grabs click and jumps with map

2011-01-28 Thread Paulo Fernandes
Maybe you can do something like that infoNode = Node.create('Record this location'); // YUI3 Paulo Fernandes http://www.google.com/profiles/paulofernandesjr http://twitter.com/paulofernandesj 11 9797-5974 On Fri, Jan 28, 2011 at 10:12 AM, Esa wrote: > > the first click > > only causes th

Re: [Google Maps API v3] Re: infoWindow dilemma, displays same contents

2010-09-30 Thread Chris Broadfoot
Sorry but we still don't have the full code. There is no HTML in your first email at all. Unfortunately I still get a login page at your link. One thing I noticed is you omitted the parens after new google.maps.InfoWindow()... Chris On Thu, Sep 30, 2010 at 6:39 PM, shotemba wrote: > Hi there

Re: [Google Maps API v3] Re: InfoWindow mouseover event?

2010-09-14 Thread Nathan Raley
Not to mention you can run into some issues when the user is moving the mouse from the marker to the InfoWindow to pin it. That is the biggest issue I have heard of people discuss when trying to implement something like you are trying to do. Because the MouseOut for the marker takes place when yo

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-09-08 Thread Peter Lawless
Hi Josh Have you seen the rest of the thread? Franky found a bug in my original code, which probably explains why you were having to close and open the infowindow to get the fix to work. See the rest of the thread for the fix. Trouble is I still think in UCSD Pascal where things happed in sequenc

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-09-08 Thread Franky Van Liedekerke
Peter, you tha man! This is a really great working solution. Took me some time implementing it (big javascript, lots of maps and loops) but now it rocks. Thanks a lot for the "final" solution. Franky On Mon, Sep 6, 2010 at 7:35 PM, Peter Lawless wrote: > Hi Franky > > Good spot when you are op

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-09-06 Thread Peter Lawless
Hi Franky Good spot when you are opening the infowindow as you are so you come into the map with the infowindow open it shows up my badly designed code! What I should have done is wait for the 'domready' event to fire, before trying to access the div. google.maps.event.addListener(infowindow, 'd

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-09-05 Thread Franky Van Liedekerke
On Thu, 26 Aug 2010 22:46:02 +0100 Peter Lawless wrote: > Hi Brad & Franky et al > > Over a glass this evening I thought it would be a better approach to > use a bit of JS and work out from my own content div to fix the > overflow:auto issue rather than in via about 6 divs with CSS. > > I gave

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-08-29 Thread Peter Lawless
Franky - my development infowindow contains a which includes an and tags and up to 3 tags in a positioned horizontally, hence the need to use clearing. Seems to work fine - after all the div I am tweaking does not have an overflow style in V2 api and my infowindow has always worked in that v

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-08-28 Thread Franky Van Liedekerke
On Thu, 26 Aug 2010 22:46:02 +0100 Peter Lawless wrote: > Hi Brad & Franky et al > > Over a glass this evening I thought it would be a better approach to > use a bit of JS and work out from my own content div to fix the > overflow:auto issue rather than in via about 6 divs with CSS. > > I gave

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-08-28 Thread Franky Van Liedekerke
On Fri, 27 Aug 2010 19:35:13 -0700 (PDT) William wrote: > On Aug 27, 7:46 am, Peter Lawless wrote: > > I gave my content div an id of '' thinking it might attract the > > attention of the Australian development team! > > Then document.getElementById('').parentNode.style.overflow=''; > >

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-08-26 Thread Peter Lawless
Hi Brad & Franky et al Over a glass this evening I thought it would be a better approach to use a bit of JS and work out from my own content div to fix the overflow:auto issue rather than in via about 6 divs with CSS. I gave my content div an id of '' thinking it might attract the attention o

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-08-26 Thread Franky Van Liedekerke
On Thu, Aug 26, 2010 at 5:22 PM, Peter Lawless wrote: > Hi Brad > > I have tried using h2 in fact we tried them all though to h7 yesterday. > All with no luck. > > The problem is the overflow:auto on the containing div. The reference says > you should be able to put a size on your content div s

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-08-26 Thread Peter Lawless
Hi Brad I have tried using h2 in fact we tried them all though to h7 yesterday. All with no luck. The problem is the overflow:auto on the containing div. The reference says you should be able to put a size on your content div so it really should work straight out of the box. I tried not puttin

Re: [Google Maps API v3] Re: Infowindow - Unwanted scroll bars in Firefox, Chrome & Safari.

2010-08-25 Thread Peter Lawless
Sorry left a space in the url! Try this one. http://www.lawless.info/gmaps/bubble_test.html On Wed, Aug 25, 2010 at 7:20 PM, Joseph Elfelt wrote: > Please check your link > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps JavaScript API v3" group.

Re: [Google Maps API v3] Re: infowindow strange rendering in IE8

2010-08-18 Thread Franky Van Liedekerke
On Wed, Aug 18, 2010 at 3:27 PM, William wrote: > On Aug 18, 10:04 pm, Franky Van Liedekerke > wrote: > > On Wed, Aug 18, 2010 at 10:40 AM, William > wrote: > > > looks like it's this rule which is causing the problems: > > > > > /* =Images */ > > > > > #content img { > > > margin: 0; > > > h

Re: [Google Maps API v3] Re: infowindow strange rendering in IE8

2010-08-18 Thread Franky Van Liedekerke
On Wed, Aug 18, 2010 at 10:40 AM, William wrote: > looks like it's this rule which is causing the problems: > > /* =Images */ > > #content img { > margin: 0; > height: auto; > max-width: 640px; > width: auto; > } > > > William, thanks for the info! I don't have real access to IE8 myself, so

Re: [Google Maps API v3] Re: infowindow strange rendering in IE8

2010-08-18 Thread Franky Van Liedekerke
On Wed, Aug 18, 2010 at 12:24 AM, geocode...@gmail.com wrote: > On Aug 17, 6:28 am, Franky Van Liedekerke > wrote: > > Hi all, > > > > I'm busy playing with google maps api v3, and on my testsite it seems the > > infowindows are missing corners for internet explorer 8: > > > > http://www.e-dynam

Re: [Google Maps API v3] Re: Infowindow background color

2010-01-21 Thread Mike Williams
Esa wrote I agree but ExtInfoWindows and EWindows are v2 extensions. You're right. I'm not supposed to be in this group. I don't know how that happened. -- Mike Williams -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To p