<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div>Thank Paul,</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>i do some test to understand what generating the problem.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>I work with GMDraggavleMarkers &nbsp; with this rendering method set to:</div><div><br></div><div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>renderContentOn: aCanvas</div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span></div><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>aCanvas div</div><div><span class="Apple-tab-span" style="white-space: pre; ">                </span>id: mapID;</div><div><span class="Apple-tab-span" style="white-space: pre; ">                </span>style: self mapStyle;</div><div><span class="Apple-tab-span" style="white-space: pre; ">                </span>with: [].</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre; ">                </span>aCanvas document addLoadScript: 'if (GBrowserIsCompatible()) { ' , self loadScript , '}'.</div></div><div><br></div><div><br></div><div><br></div><div>Where&nbsp;<span class="Apple-tab-span" style="white-space:pre">        </span>loadScript <span class="Apple-tab-span" style="white-space:pre">        </span>method &nbsp; is:</div><br><span class="Apple-tab-span" style="white-space:pre">        </span>^'<br><span class="Apple-tab-span" style="white-space:pre">        </span>var map = new GMap2(document.getElementById("' , self mapID , '"));<br><span class="Apple-tab-span" style="white-space:pre">        </span>var center = new GLatLng' , self gemstoneLatLong , ';<br><span class="Apple-tab-span" style="white-space:pre">        </span>map.setCenter(center, 13);<br><span class="Apple-tab-span" style="white-space:pre">        </span>var marker = new GMarker(center, {draggable: true});<br><span class="Apple-tab-span" style="white-space:pre">        </span>GEvent.addListener(marker, "dragstart", function() { map.closeInfoWindow(); });<br><span class="Apple-tab-span" style="white-space:pre">        </span>GEvent.addListener(marker, "dragend", function() { marker.openInfoWindowHtml("Just bouncing along..."); });<br><span class="Apple-tab-span" style="white-space:pre">        </span>map.addOverlay(marker);<br><div><span class="Apple-tab-span" style="white-space:pre">        </span>'.</div><div><br></div><div>-------------------------------------------------------------------------------------</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>When i rendering it with <span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">        </span>self&nbsp;call: &nbsp;GMDraggavleMarkers new<span class="Apple-tab-span" style="white-space:pre">                </span>all work fine</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>a) the map is rendering ok</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>b)&nbsp;the move &nbsp; of the marker inside the canvas open and close the infoWindow.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>c) when &nbsp;i move the marker, but the mouse out the map canvas, the moving of the&nbsp;background map&nbsp;in the map canvas &nbsp;ending</div><div><br></div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>When i rendering it with<span class="Apple-tab-span" style="white-space:pre">                </span>self jqDialog: &nbsp;GMDraggavleMarkers new<span class="Apple-tab-span" style="white-space:pre">        </span>i found this :</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>a) the map is rendering ok</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>b) the marker is rendering but the move of it &nbsp;inside the map canvas &nbsp;don't &nbsp;generating &nbsp;the open- close of infoWindow&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>c) when i move the marker and the mouse go &nbsp;outside the map canvas, the movement&nbsp;of the&nbsp;background map&nbsp;in the map canvas goes on</div><div>&nbsp;</div><div><span class="Apple-tab-span" style="white-space:pre">                </span>d) when i move the marker outside the map canvas ( at top and right side ) and release the mouse immediately &nbsp; the infoWindow is open</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>e) after some situation when i move &nbsp;the&nbsp;background &nbsp;map directly ( not move &nbsp;the marker &nbsp;but the&nbsp;background&nbsp;map &nbsp;) &nbsp;the infoWindow &nbsp;is open after any movement</div><div><br></div><div><br></div><blockquote type="cite"><div>Does #jqDialog: use ajax to load the dialog? &nbsp;If so the onLoad event won't be fired. &nbsp;I've not used google maps with the jQuery dialog but if there is a place where it uses #addLoadScript: you should try to change that to just #script: and see if that helps.<br></div></blockquote><div><br></div><div>I do some test with your indication but&nbsp;</div><div><br></div><div>&nbsp;change the:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">                </span>&nbsp;aCanvas document addLoadScript:&nbsp;'if (GBrowserIsCompatible()) { ' , self loadScript , '}'.</div><div><span class="Apple-tab-span" style="white-space:pre">        </span></div><div><span class="Apple-tab-span" style="white-space:pre">                </span>with:</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">                        </span> &nbsp;aCanvas script: <span class="Apple-tab-span" style="white-space:pre">        </span>&nbsp;self loadScript &nbsp;</div><div><br></div><div>generating some&nbsp;background &nbsp;map misalignment <font class="Apple-style-span" color="#333333" face="arial, sans-serif"><span class="Apple-style-span" style="font-size: 16px;">.</span></font></div><div><br></div><div><br></div><div>My idea of the problem is relative to the&nbsp;</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>map.addOverlay(marker);</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>i think it go in 'confusion' when rendering on other level.</div><div><br></div><div><br></div><div>Thanks for any idea on how to solve the problem.</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>Dario</div><div><br></div><blockquote type="cite"><div><br><br>On 05/30/2012 02:23 AM, <a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a> wrote:<br><blockquote type="cite">Ciao,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">excuse me for replication but i don't solve the question.<br></blockquote><blockquote type="cite">Can anyone give me some ideas on how to solve the problem ?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Or i have not sufficiently described the issue ?<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Thanks in advance for any considerations.<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Best regards,<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Dario<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><blockquote type="cite">Ciao,<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">i'm interested to work with JQuery Dialog widget to replicate the<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Scriptaculous lightbox.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">For now i load the JQuery-Extensions-NickAger.2.mcz .<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">It work fine and replicate well the lightbox.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">But i have problem when i open jqDialog on component with GoogleMaps<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">instance.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">For example component with GMDraggableMarkers.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">html anchor callback:[ rsl:= self jqDialog: GMDraggableMarkers new ];<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">with: 'GoogleTest'<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">When open it with jqDialog: the Goggle Maps is right render but the<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">relative event is not manage.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">I think that the GMDraggableMarkers loadScript ^' var map = new<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">GMap2(document.getElementById(" .....................<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">is not loaded properly when the dialog is open.<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Does anyone have idea on how resolve the issue?<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Thank,<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">Dario<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">_______________________________________________<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">seaside mailing list<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite">&lt;<a href="mailto:seaside@lists.squeakfoundation.org">mailto:seaside@lists.squeakfoundation.org</a>&gt;<br></blockquote></blockquote><blockquote type="cite"><blockquote type="cite"><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">_______________________________________________<br></blockquote><blockquote type="cite">seaside mailing list<br></blockquote><blockquote type="cite"><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br></blockquote><blockquote type="cite"><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote><br>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></blockquote></div><br></body></html>