Hi, updating a tree, even if it contains hundreds of items, shouldn't take more than a few seconds. Could you post an example, particularly of your filter implementation?
Regards, Daniel On 09/26/2012 03:51 PM, introkun wrote: > 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 > > ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
