Hello. I'm using *qx.ui.tree.Tree*, *qx.data.controller.Tree* and JavaScript associative array as Model (qooxdoo v1.6). I have tree filtering functionality and after filtering I'm cleaning tree Model ( Model.getChildren().removeAll() ) and put new data into tree Model ( Model.getChildren().push(Child) ). After insert finished I see browser freezes (100% of CPU) for a 10-30 second and after that I see updated tree (that's also a issue). I'm using *qx.bom.Blocker* to block user input and I want to block until I'll get updated tree.
I tried to found an event like "render done" to UnBlock Blocker. -- View this message in context: http://qooxdoo.678.n2.nabble.com/qx-ui-tree-Tree-handle-render-done-event-tp7581486.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
