Re: [OpenLayers-Users] Looking for a progress bar or loading... (image) that works in both IE and Firefox - while loading the map

2009-10-06 Thread manel.clos
Hi Jim, I'm using LoadingPanel in IE and it works ok. I haven't tested with IE6 though. The only problem is that the DIV that covers all the map will cause some issues: - clicks / mousewheel events will be lost when it is showing. See previous references here: http://openlayers.org/pipermail/use

Re: [OpenLayers-Users] Bug in LoadingPanel + testcase

2009-09-10 Thread manel.clos
Hi, Doing the modification to MouseWheel.js solves the problem. I'll appreciate if you can CC me when a final solution is found. Thanks in advance! -- Manel Clos -Mensaje original- De: Bart van den Eijnden (OSGIS) [mailto:bart...@osgis.nl] Enviado el: miƩrcoles, 09 de septiembre de 20

Re: [OpenLayers-Users] Bug in LoadingPanel + testcase

2009-09-09 Thread manel.clos
Hi Bart, As explained in my previous post, I tested using the example at: http://dev.openlayers.org/addins/loadingPanel/trunk/examples/loadingpanel.html If you remove usage of PanZoomBar and MouseToolbar, and use Navigation, it will show the bug. Everything else is as in the example. So, yes,

[OpenLayers-Users] Bug in LoadingPanel + testcase

2009-09-09 Thread manel.clos
Hi, there is a bug in LoadingPanel that prevents wheel events from being processed. This happens only when used with OpenLayers.Control.Navigation. It works with the default usage: http://dev.openlayers.org/addins/loadingPanel/trunk/examples/loadingpanel.html but making these changes to the sam