<div>Hi José Manuel</div>
<div><br>the code posted below it is related to icon in the toolbar. Patch for zoom wheel and input scale are not there. Am I missing something?.</div>
<div>&nbsp;</div>
<div>To join internal list, you have to get involved as contributor at <a href="http://mapguide.osgeo.org/developer.html">http://mapguide.osgeo.org/developer.html</a></div>
<div>&nbsp;</div>
<div>I visited your site, nice job!</div>
<div>&nbsp;</div>
<div>By the way,&nbsp;I&#39;m doing some translations in order to get a spanish localized MGOS. Would you like to join me?</div>
<div>&nbsp;</div>
<div>Regards from Córdoba, but in Argentina.<br>&nbsp;</div>
<div><span class="gmail_quote">2007/3/30, José Manuel Cerrejón González &lt;<a href="mailto:gis@mapas-sll.com">gis@mapas-sll.com</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div text="#000000" bgcolor="#ffffff">
<div lang="x-western">I&#39;ve try to post the code in the internal list, but I don&#39;t how to register. Anyway here the code. I&#39;ve applied the changes on the 1.0.2, but in the last version works fine.<br><br>Somebody who know how to do it, please e-mail me.
<br><br>This patch use javascript to zoom with the wheel mouse, like in AutoCAD.<br><br>Another patch is to input in the scale bar, a scale manually. <br><br>You can see an icon in the toolbar when the map is loading.<br>
<br>All these changes in action <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://wms.diphuelva.es/mapguide/phpviewersample/index.php" target="_blank">here</a>. Click on the help icon to see more features.
<br>
<div align="center">
<div align="left"><br>E-mail me with any problem.<br><br>Thank you.<br><br>
<hr width="100%" size="2">
<font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt"><br></span></font><b><font size="5"><span style="FONT-WEIGHT: bold; FONT-SIZE: 18pt">[toolbar.templ]<br><br></span></font></b>In css: 
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><b><font face="Times New Roman" color="black" size="2"><span style="FONT-WEIGHT: bold; FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; div.cssRefresh<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; position: absolute; <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; right:10px;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; top:4px;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; }</span></font></b></p>
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">The body seems like this. Rotating_arrow.gif is the image. You can design it or use the attached:</span></font></p>
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt">&lt;body class=&quot;Toolbar&quot; onload=&quot;InitDocument()&quot; leftmargin=10 topmargin=0 rightmargin=0 bottommargin=0 marginwidth=0&gt;
<br><b><span style="FONT-WEIGHT: bold">&nbsp;&nbsp;&nbsp; &lt;div id=&quot;divRefresh&quot; name=&quot;divRefresh&quot; class=&quot;cssRefresh&quot;&gt;&lt;img alt=&quot;loading&quot; src=&quot;../phpviewersample/images/common/rotating_arrow.gif&quot;&gt;&lt;/div&gt;
</span></b><br>&nbsp;&nbsp;&nbsp; &lt;span id=&quot;ToolbarContent&quot;&gt;&lt;td&gt;&lt;/td&gt;&lt;/span&gt;<br>&nbsp;&nbsp;&nbsp; &lt;div class=&quot;TextMetricsDiv&quot; id=&quot;TextMetricsDiv&quot;&gt;&lt;span class=&quot;TextMetrics&quot; id=&quot;Metrics&quot;&gt;&lt;/span&gt;&lt;/div&gt;
<br>&nbsp; &lt;/body&gt;</span></font></p>
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><b><font face="Times New Roman" color="black" size="5"><span style="FONT-WEIGHT: bold; FONT-SIZE: 18pt">[ajaxmappane.templ]<br><br></span></font></b>About line 1350:</p>
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt">&nbsp; if(requestObj.responseXML)<br>&nbsp;&nbsp;&nbsp; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var resp = ParseEnvelope(requestObj.responseXML.documentElement);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if(resp == null)
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RequestFailed(&quot;Invalid XML response&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; {<br><b><span style="FONT-WEIGHT: bold">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; var frmParent = parent.frames [&quot;tbFrame&quot;];<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; var objDivRefresh = 
frmParent.document.getElementById(&quot;divRefresh&quot;);<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; if(objDivRefresh!=null){&nbsp; objDivRefresh.style.display=&#39;block&#39;; }<br></span></b>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; panX1 = extX1 = resp.lowerLeft.X
;</span></font><br>&nbsp;&nbsp; &nbsp;&nbsp; &nbsp;&nbsp;&nbsp; ...</p>
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">Line 1463 after the changes:</span></font></p>
<div style="TEXT-ALIGN: center" align="center"><font face="Times New Roman" color="black" size="3"><span style="FONT-SIZE: 12pt">
<hr align="center" width="100%" size="2">
</span></font></div>
<p><font face="Times New Roman" color="black" size="2"><span style="FONT-SIZE: 10pt">&nbsp;&nbsp;&nbsp; if(safari)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; curimg = (curimg == &quot;mapImage1&quot;? &quot;mapImage2&quot;: &quot;mapImage1&quot;);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br><b><span style="FONT-WEIGHT: bold">
&nbsp;&nbsp;&nbsp; var frmParent = parent.frames [&quot;tbFrame&quot;];<br>&nbsp;&nbsp;&nbsp; var objDivRefresh = frmParent.document.getElementById(&quot;divRefresh&quot;);<br>&nbsp;&nbsp;&nbsp; if(objDivRefresh!=null){&nbsp;&nbsp;&nbsp; objDivRefresh.style.display=&#39;none&#39;; }
<br></span></b>&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp;&nbsp; return false;<br>}<br></span></font></p>
<hr width="100%" size="2">
<b><big>Jose Manuel Cerrejon Gonzalez<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:jose.cerrejon@mapas-sll.com" target="_blank">jose.cerrejon@mapas-sll.com</a> | <a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:gis@mapas-sll.com" target="_blank">
gis@mapas-sll.com</a></big></b><i><b><big><br>I+D<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mapas-sll.com/" target="_blank">MAPAS SLL</a></big></b></i> 
<p><i><b><big></big></b></i></p></div></div></div></div><br>_______________________________________________<br>mapguide-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mapguide-users@lists.osgeo.org">
mapguide-users@lists.osgeo.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users
</a><br><br></blockquote></div><br><br clear="all"><br>-- <br>Lic. Jorge Rubio