Am 06.05.2010 10:33, schrieb Christian Hagendorn: > My first suspicion was that one listener is not removed when an object > is disposed, but with your information I can reproduce the issue, thanks: > http://tinyurl.com/2wmwuga D'oh! I have done a mistake in my example the listen should look like: button1.addListener("execute", function(e) { this.table.destroy(); this.tableModel.dispose();
this.createTable(); }, this); The destroy method removes the widget from the layout parent and than the widget will disposed. Using the only the dispose method is not enough (a widget must manually removed from the parent). Nick, it seems to me that my example has nothing to do with your problem. I don't know what exactly is responsible that you got this error by updating the qooxdoo version. Do you think you can reproduce your problem with a short code snippet? Cheers, Chris ------------------------------------------------------------------------------ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
