[Users] OpenLayers.Control.MousePosition vs ExtJS 3.2.1

Alexandre Saunier alexandre.saunier at camptocamp.com
Fri Aug 6 11:33:46 CEST 2010


Hello,

I have tried to integrate a MousePosition control within a mappanel
toolbar as described in
http://trac.geoext.org/attachment/ticket/195/195.0.patch

But (at least?) with ExtJS 3.2.1 it doesn't seem to work: the "el"
property of the component is not defined in the render() method. Thus
coords are displayed on the map, not in the toolbar. If placed in an
afterRender() method, "el" seems OK (including the coordinates from
the control) but nothing is displayed anywhere. As if the "el" element
was not updated in the toolbar. No more success using "render" or
"afterrender" listeners.

Does anyone know if something has changed in that case when using ExtJS 3.2.1?

Thanks,
alex


More information about the Users mailing list