Hi List,

i wrote a little function to sort leafs (branch children). So I just clone
all nodes one by one. If branch has children leafs, just reorder the
children array of the branch and set it in return.

That was very effective. But after using prune, NULL stands for deleted
nodes. But if I set that array with NULL elements (using .setData()), I
got an error: nodeArr[i] is null at function setData -> render()

So is this a bug or is their a nice way to get the NULLs rid of my tree?


Regards Sak


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to