<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello, I'm new in Open Layers Mailing List.<br>
<br>
I have a problem:<br>
i had created a project with a map, can you see it here:<br>
<br>
<a class="moz-txt-link-freetext" href="http://mappaopere.comune.modena.it/index2.html">http://mappaopere.comune.modena.it/index2.html</a><br>
<br>
in this example I have used this piece of code:<br>
<br>
this.popup = this.createPopup(this.closeBox);<br>
var popup_exclusive = true; //close previously opened pop-ups<br>
map.addPopup(this.popup, popup_exclusive);<br>
this.popup.show();<br>
<br>
<br>
the scope is to permit exclusive popups, so I can click on many markers
and the last marker closes when the new opens.<br>
<br>
This seems to work.<br>
<br>
the problem is that if you try on this page to open many and many
balloons rapidly for about one minute, <br>
after some times the application generate an error and stops to open
some balloons.<br>
<br>
the error in firebug is this:<br>
<br>
<span class="objectBox objectBox-errorMessage hasTwisty hasBreakSwitch">
<div class="errorTitle">this.map is null</div>
<div class="errorSourceBox errorSource-exec"><span class="errorSource">return
contentDivPadding;},addCloseBox:f...L.x=this.map.paddingForPopups.left;}else<br>
<br>
the error starts at OpenLayers.js at row 320<br>
<br>
thank you for any tipe of help<br>
</span></div>
</span><br>
<br>
<div class="moz-signature">-- <br>
<p
 style="font-family: &quot;trebuchet ms&quot;,verdana,sans-serif; font-size: 14px;">
Gian Marco Artioli<br>
WebDeveloper
</p>
<p
 style="font-family: &quot;trebuchet ms&quot;,verdana,sans-serif; font-size: 11px;">
Comune di Modena - Settore Sistemi informativi<br>
Via Santi, 40<br>
41100 Modena (Mo) - Italy<br>
Tel. Interno 3578 | Tel. esterno +39 059 2033578<br>
<a href="mailto:gartioli@comune.modena.it">gartioli@comune.modena.it</a><br>
<br>
RISPETTA LA NATURA - Stampa questa mail solo se è necessario. Gli
alberi ringraziano.
</p>
<p
 style="font-family: &quot;trebuchet ms&quot;,verdana,sans-serif; font-size: 10px;">
Avvertenze ai sensi del D.Lgs. 30/06/2003 n. 196 Le informazioni
contenute in questo messaggio di posta elettronica e/o files allegati,
sono da considerarsi strettamente riservati. Il loro utilizzo è
consentito esclusivamente al destinatario del messaggio, per le
finalità indicate nello stesso. Qualora riceveste questo messaggio
senza esserne il destinatario Vi preghiamo cortesemente di darcene
notizia via e-mail e di procedere alla distruzione del messaggio
stesso, cancellandolo dal Vostro sistema. Costituisce comportamento
contrario ai principi dettati dal D.Lgs. 196/2003: trattenere il
messaggio stesso, divulgarlo anche in parte, distribuirlo ad altri
soggetti, copiarlo o utilizzarlo per finalità diverse. </p>
</div>
</body>
</html>