Hi list,
are values like "__user&myVar" properties?
I want to dispose them like it is written on qooxdoo.org
>>Memory managment
Automatic memory management. This means all so-configured properties
which contain complex data objects get automatically disposed with the
object disposal. The affected built-in types are already auto-configured
this way. Also all properties which need an instance of a class, defined
by using a classname as check are automatically handled.
Note that this does not actually call dispose() on the object but just
removes the property value etc i.e. dereferences the object. You still
need to call dispose() if necessary.
For all other properties which contain complex data the developer must
add a dispose key with a value of true to the property declaration. For
example if there is no check defined or the check definition points to a
function.
This is not needed for primitive types like strings and numbers.
But there is no dispose-key available in property-declaration.
What is wrong here?
Thanks
Tobias
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel