Hello everybody, i have a problem, my application is spending too much
memory, that why I try to check my destructors and it seems that
destructors are not working correctly, here is an example of one of my
destructors.

destruct: function(){
     console.info("Destruct objectBoxView");

this._disposeObjects("textLabel","backgroundContainer","zoom","zoomValue");
        this.textLabel = null,
        this.backgroundContainer = null,
        this.zoom = null,
        this.zoomValue = null,
        this.drill = null;
},

As you can see, I put a console. info inside the destructor, to check it is
called, but it does not work at all when I call object.dispose()
------------------------------------------------------------------------------
November Webinars for C, C++, Fortran Developers
Accelerate application performance with scalable programming models. Explore
techniques for threading, error checking, porting, and tuning. Get the most 
from the latest Intel processors and coprocessors. See abstracts and register
http://pubads.g.doubleclick.net/gampad/clk?id=60136231&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to