Hello Andrew, as you have seen right, this features is still missing in the tree controller. We had no time left in my master thesis to get that done. But I have it on my todo list to get it done before the data binding is final. But as fabian said, you can open a bug report and assigne it to me with a request for that feature. That way you can stay informed about the status.
If you need that feature right away, you can extend or patch the tree controller yourself. I would implement it the same way as it is done in the list controller. I used a lookup table there which holds the original index on one side and the filtered index on the other sind. To make the implementation easier, i always use the table even if there is no filter applied. You could do it the same way but you need one lookup-table for every node in the data model. That way you can filter every children array like in the list controller. Regards, Martin Am 08.05.2009 um 08:00 schrieb Andrew Smith: > > 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. > > > > > > ------------------------------------------------------------------------------ > 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 > > ------------------------------------------------------------------------------ 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
