Nick Glencross schrieb:
> Sebastian et. al.,
>
> 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.
>>
>> The property system automatically handles the dispose of assigned
>> qooxdoo objects if the value defined with the property "check" is known.
>> Disposing in this case means that the element key will be deleted from
>> the object. This will remove the reference to it, but do not mean to
>> dispose the object itself.
>
> Can I clarify how widgets associated with properties should be
> disposed then. For example, in the table destructor we have:
>
> this._disposeObjects("_selectionManager", "_columnVisibilityMenu",
> "_tableModel", ...
>
> But is it possible that the property names are internally mangled such
> that these are not achieving the desired effect?
Directly access the storage would not be a good idea. An alternative
could look like:
if (this.getToolTip()) {
this.getToolTip().dispose();
}
Maybe you would like to add a new functionality to qx.core.Object to
allow this more easily e.g. _disposeProperty("tooltip", ...);
What do you think?
Sebastian
>
> Cheers,
>
> 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
-------------------------------------------------------------------------
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