Hi Michael, indeed filtering is not implemented in virtualtree yet. Christian will work on it as soon as possible (maybe release 1.9.x? ;P). But for now, I would just advise you to manipulate your model. So virtualtree will automatically update. But don't simply change the whole model. It's better to clone your original model, make some filtering on the original model (remove items, push items). If you want to reset, just compare cloned model items with your currently model and add just not anymore existing.
Hope I could help. Regards Mustafa Sak -----Ursprüngliche Nachricht----- Von: michael_polak [mailto:[email protected]] Gesendet: Donnerstag, 1. Dezember 2011 15:17 An: [email protected] Betreff: [qooxdoo-devel] How to filter a virtual tree Hi all, I'd like to have a search filter for a virtual tree just like the demo browser. The demo browser uses qx.ui.tree.Tree whereas I would like to use qx.ui.tree.VirtualTree. A filter delegate like the virtual list is not available for the virtual tree so it seems like I would have to use the configureItem function. Anyone done this or have any insight into this problem? Thanks in advance, Michael -- View this message in context: http://qooxdoo.678.n2.nabble.com/How-to-filter-a-virtual-tree-tp7050674p7050 674.html Sent from the qooxdoo mailing list archive at Nabble.com. ---------------------------------------------------------------------------- -- All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
