Hey,
I am currently looking into some memory leak reports and I am finding the
“qx.disposerDebugLevel” very useful.
It is in deed.
When looking at the reporting of objects not being disposed (in Object.js,
“Missing destruct definition for…”) I see several issues about objects in the
Qooxdoo fr
Hey,
as the treevirtual derives from the table, you could be able to use the same
mechanism as used for the table. There is a table demo in the demo browser to
check how the table can be set to editable:
http://demo.qooxdoo.org/devel/demobrowser/#table~Table_Cell_Editor.html
Regards,
Martin
Am
Hi,
I am using RPC call in asp.net MVC framework. Following is my code
var rpc = new qx.io.remote.Rpc(
"http://localhost/QooxDooMVC/Home/About";,
"QooxDooMVC.Controllers.HomeController");
var handler = function (result, exc) {
if (exc == null