Hi Andrew, > I'd like to have a type-ahead search that filters the nodes in my tree > widget. I thought delegate was going to do it until I saw this in the > comments, > > """ > > The filter currently works only with the qx.data.controller.List controller! > """ > > Without the IControllerDelegate stuff functional yet, what's the best way to > implement a filtered tree? > > -a. >
As you found out, this feature is still missing. Martin has a day off today but I'm forwarding it to him. I'm sure he has some ideas how to do it. Until then you can 1. Open a bug report for this. It's mentioned in the code but it's easier to track if it is in Bugzilla. This way you can follow the status of this feature and post comments. 2. You might have a look at the source of the List and Tree controller. Maybe you find a way to implement it there. If you want to push a feature its always helpful to provide patches. I hope this helps, Best Fabian -- Fabian Jakobs JavaScript Framework Developer 1&1 Internet AG - Web Technologies Ernst-Frey-Straße 9 · DE-76135 Karlsruhe Telefon: +49 721 91374-6784 [email protected] Amtsgericht Montabaur / HRB 6484 Vorstände: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas Gottschlich, Robert Hoffmann, Markus Huhn, Hans-Henning Kettler, Dr. Oliver Mauss, Jan Oetjen Aufsichtsratsvorsitzender: Michael Scheeren ------------------------------------------------------------------------------ The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your production scanning environment may not be a perfect world - but thanks to Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700 Series Scanner you'll get full speed at 300 dpi even with all image processing features enabled. http://p.sf.net/sfu/kodak-com _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
