<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;">Hi,</span></font><div><br></div><div><font class="Apple-style-span" size="3"><span class="Apple-style-span" style="font-size: 12px;"></span></font>thank James for your indications.<br><div><br></div><div><br></div><div>With&nbsp;GMZoomLevelMarkers &nbsp;or &nbsp;GMManyMarkers i can rendering some markers into maps.</div><div><br></div><div>( this example are based on&nbsp;<span class="Apple-style-span" style="border-collapse: collapse; color: rgb(136, 0, 0); font-family: monospace, sans-serif; font-size: 12px; white-space: pre; -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">MarkerManager library and solve some sorting / display problem  relative to marker location)</span></div><div><br></div><div>My first problem:</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre"></span><span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp;when click on one marker into map, &nbsp;i'm interested to display the &nbsp;relative information &nbsp;marker.openInfoWindowHtml("Marker xyz.....") &nbsp; });</div><div><br></div><div><div>I have change the script to intercept the click event but the function&nbsp;{ marker.openInfoWindowHtml("Marker") &nbsp; }); d'ont work.</div><div><br></div><div>function createMarker(posn, title, icon) {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>var marker = new GMarker(posn, {title: title, icon: icon, draggable:true });</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>GEvent.addListener(marker, ''dblclick'', function() { mgr.removeMarker(marker) } );&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>GEvent.addListener(marker, "click", function() { marker.openInfoWindowHtml("Marker") &nbsp; });</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>return marker;</div><div>}</div><div><br></div><div><br></div><div>Any idea about it ? &nbsp;( the click event is right intercept, if you change the relative function to&nbsp;{ mgr.removeMarker(marker) } it's work fine .</div><div><br></div><div><br></div><div><br></div><div>Another problem i found is relative to marker creations.</div><div><br></div><div>In the example the markers are create with javascripts.</div><div><br></div><div>Now my applications manage some items with specific coordinates and i'm interested create relative markers directly from smalltalk code.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Anybody work about it ?</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>The open question are:&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>A) create markers&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>B) define info window relative to the specific marker</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>C) manage event and relative callback to application&nbsp;</div><div><br></div><div><br></div><div><span class="Apple-style-span" style="font-family: Times; "><pre><i> Thanks for any considerations !!!
</i><i> 
</i><i>         Dario</i></pre></span><div><br></div></div></div></div></body></html>