<p><font size=3>I also tried using this, which is more appropriate. It
works with a click event but not with a scroll event</font>
<br><font size=1 color=#333333 face="Lucida Sans Unicode">listeners: <br>
 &nbsp; &nbsp; {<br>
 &nbsp; &nbsp; &nbsp;render: function(c)<br>
 &nbsp; &nbsp; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; c.getEl().on('scroll', function()<br>
 &nbsp; &nbsp; &nbsp; {<br>
 &nbsp; &nbsp; &nbsp; &nbsp;alert(&quot;scrolling&quot;);<br>
 &nbsp; &nbsp; &nbsp; }, <br>
 &nbsp; &nbsp; &nbsp; c);<br>
 &nbsp; &nbsp; &nbsp;}<br>
 &nbsp; &nbsp; }</font>
<p>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td width=40%><font size=1 face="sans-serif"><b>Steve.Toutant@inspq.qc.ca@geoext.org</b>
</font>
<br><font size=1 face="sans-serif">Envoyé par : users-bounces@geoext.org</font>
<p><font size=1 face="sans-serif">20/05/2010 08:50 AM</font>
<td width=59%>
<table width=100%>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">A</font></div>
<td><font size=1 face="sans-serif">users@geoext.org</font>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">cc</font></div>
<td>
<tr valign=top>
<td>
<div align=right><font size=1 face="sans-serif">Objet</font></div>
<td><font size=1 face="sans-serif">[Users] map.updateSize on Scroll</font></table>
<br>
<table>
<tr valign=top>
<td>
<td></table>
<br></table>
<br>
<br>
<br>
<br>
<br><font size=3><br>
Hi, <br>
I use a geoext map panel inside a extjs panel. <br>
If I scroll within the extjs panel the coordinates on the map are off by
the distance I scrolled. Per example, after scrolling if I want to use
a wmsgetfeatureinfo I need to click outside the map to get a feature.....
<br>
I think I should call &nbsp;map.updateSize(); when finished scrolling.
I tryed without success to catch a scroll event. Here is how I do it. <br>
How should I do that please? <br>
thanks <br>
Steve <br>
 &nbsp;<br>
<br>
{ <br>
 &nbsp; &nbsp; region:'east',<br>
 &nbsp; &nbsp; xtype: 'panel',<br>
 &nbsp; &nbsp; margins: '5 5 5 0',<br>
 &nbsp; &nbsp; width: 400,<br>
 &nbsp; &nbsp; title: &quot;Statut de la veille météorologique&quot;,<br>
 &nbsp; &nbsp; collapsible: true,<br>
 &nbsp; &nbsp; autoScroll: true,<br>
 &nbsp; &nbsp; listeners: <br>
 &nbsp; &nbsp; {<br>
 &nbsp; &nbsp; &nbsp;'scroll': function()<br>
 &nbsp; &nbsp; &nbsp; { <br>
 &nbsp; &nbsp; &nbsp; &nbsp;alert(&quot;scrolling&quot;);<br>
 &nbsp; &nbsp; &nbsp; &nbsp;map.updateSize();<br>
 &nbsp; &nbsp; &nbsp; }<br>
 &nbsp; &nbsp; },<br>
 &nbsp; &nbsp; items: <br>
 &nbsp; &nbsp; [<br>
 &nbsp; &nbsp; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; xtype: 'gx_mappanel', <br>
 &nbsp; &nbsp; &nbsp; layout: 'fit',<br>
 &nbsp; &nbsp; &nbsp; map: map,<br>
 &nbsp; &nbsp; &nbsp; height: 400,<br>
 &nbsp; &nbsp; &nbsp; width: 400,<br>
 &nbsp; &nbsp; &nbsp; border: true,<br>
 &nbsp; &nbsp; &nbsp; center: new OpenLayers.LonLat(point.x, point.y),<br>
 &nbsp; &nbsp; &nbsp; zoom: 5<br>
 &nbsp; &nbsp; &nbsp;},<br>
 &nbsp; &nbsp; &nbsp;{<br>
 &nbsp; &nbsp; &nbsp; contentEl:'divMapAvertissements',<br>
 &nbsp; &nbsp; &nbsp; border: false<br>
 &nbsp; &nbsp; &nbsp;} &nbsp; &nbsp; &nbsp; &nbsp;<br>
 &nbsp; &nbsp; ]<br>
 &nbsp; &nbsp;} </font>
<p><font size=3><br>
</font><tt><font size=2>_______________________________________________<br>
Users mailing list<br>
Users@geoext.org<br>
http://www.geoext.org/cgi-bin/mailman/listinfo/users<br>
</font></tt>
<br>
<br>
<br>