Sebastian,
On 08/06/07, Sebastian Werner <[EMAIL PROTECTED]> wrote:
> Nick,
>
> Ok, thank you for your feedback. I think I know what the issue is in
> some of these cases.
> obj.setToolTip(application.sharedToolTip);
>
> This shared value must not be disposed in this case. I would say that
> there is no other option than to store an additional reference to the
> objects which is assigned to the property:
>
> this.__toolTip = new qx.ui.popup.ToolTip("Hello world");
> this.setToolTip(this.__toolTip);
Thanks for the clarification.
I tried documenting some of these ideas a few days ago:
http://qooxdoo.org/documentation/0.7/destructor_support#using_a_harness_to_check_for_leaks
What I'm confused about though is why the table might be leaking when
it also appears to be cleaning up many of the referenced objects
correctly from what I can see.
It made me think that _disposeObjects wasn't working (or possibly more
likely I've misunderstood something).
I'll log some calls in a few hours.
(I did tried creating an account to be able to commit a few months
ago, but didn't get the confirmation emails -- I'll give it another
go)
Thanks!
Nick
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel