Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[pde-dev] Re: TreeViewer filter

Leen Toelen <toelen@...> writes:

> 
> Hi,
> 
> I have a small problem concerning a ViewerFilter. I have a quite large
> tree (around 10.000 elements in it) showing a file system, and I would
> like to filter this using the inut of a Text field. The only problem
> is that for every matching Object (select() = true), I would also need
> all of the elements parents, and all of its children. So if I am
> looking for "myfilter" I need all files/folders with this string, but
> also the full path to the root, AND all files and subfolders of a
> folder matching the filter.
> Leen Toelen
> 


Hey Leen
Was wondering if you ever got a reply or figured out a solution for this problem
- Ive a very similar issue and was hoping there may be a 'standard-ish' approach
available 

Thanks
Mk.



Back to the top