Thanks Phil. I was basically creating popups and closing them, if they were
open, using,

if (popup) popup.close();

Not sure why that causes the error?

Thanks,
Smaran

On Wed, Oct 10, 2012 at 3:42 PM, Phil Scadden <p.scad...@gns.cri.nz> wrote:

> Firstly, you might find it easier to debug if you use the ext-all-debug
> version till you have production code.
>
> The error strongly suggests to me that an object is being destroyed by
> one that the other wants to use (eg a popup). Set breakpoint in the
> BioClim data handler and step through from there. It will help you if
> you can see where in your code the error sequence is triggered.
>
> Notice: This email and any attachments are confidential. If received in
> error please destroy and immediately notify us. Do not copy or disclose the
> contents.
>
> _______________________________________________
> Users mailing list
> us...@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/openlayers-users
>



-- 
Thanks & Regards
Smaran Harihar
_______________________________________________
Users mailing list
Users@geoext.org
http://www.geoext.org/cgi-bin/mailman/listinfo/users

Reply via email to