<div dir="ltr">Thank you Normand,<br>I downloaded the last version of chameleon with cvs but I haven&#39;t found any difference with the files in chameleon 2.6 rc1, in the three files I modified. Can you suggest me the other files that need to be changed? ... because I don&#39;t want to update directly all the application...<br>
<br>Federica<br><br><div class="gmail_quote">2008/10/8 Normand Savard <span dir="ltr">&lt;<a href="mailto:nsavard@mapgears.com">nsavard@mapgears.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Federica De Martin wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thank you Normand, for the help with UpdateMap widget; I had to change some<br>
part of the functions, because I use Xml Legend but now everything works!<br>
<br>
Now I was trying to get the MapSize widget working in jsapi mode. This is<br>
what I&#39;ve done:<br>
- I replace the folder of the Mapsize widget with the one of chameleon 2.6<br>
- I added in the cwcjsapi.js file the code:<br>
 &nbsp; &nbsp;MAP_SIZE_CHANGED = gnLastEventId ++;<br>
- I added in the UpdateMap.php the code:<br>
 &nbsp; &nbsp;//change map size<br>
 &nbsp; &nbsp;if (isset( $HTTP_FORM_VARS[&quot;SET_MAP_WIDTH&quot;]) &amp;&amp;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;isset($HTTP_FORM_VARS[&quot;SET_MAP_HEIGHT&quot;]))<br>
 &nbsp; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; &nbsp;include(&quot;widgets/MapSize/MapSize.widget.php&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;$oWidget = new MapSize();<br>
 &nbsp; &nbsp; &nbsp; &nbsp;$oWidget-&gt;InitDefaults();<br>
 &nbsp; &nbsp; &nbsp; &nbsp;$oWidget-&gt;SetMap($oMapSession);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;$oWidget-&gt;SetURL($oHttpFormVars, $HTTP_FORM_VARS);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;$_SESSION[&quot;gszCurrentState&quot;] = $oMapSession-&gt;saveState();<br>
 &nbsp; &nbsp;}<br>
<br>
I thougt that this changes were enough but if I use the map size widget the<br>
map keeps on loading and I have to restart the application;<br>
Do you know if there are other files that has to be changed to make the<br>
MapSize (jsapi mode) work?<br>
<br>
 &nbsp;<br>
</blockquote></div>
Federica,<br>
<br>
I suggest to use the latest version of Chameleon and this is the one in CVS. &nbsp;There are a number of fixes that don&#39;t appear in the tarball 2.6. &nbsp;See:<br>
<br>
<a href="http://chameleon.maptools.org/index.phtml?page=cvs.html" target="_blank">http://chameleon.maptools.org/index.phtml?page=cvs.html</a><br>
<br>
Norm<br>
<br>
</blockquote></div><br></div>