Felix Knecht [mailto:[EMAIL PROTECTED] wrote: > > I'm trying to use the TreeWidget. Looking at the code I get the > impression that it's not implemented to the end (e.g. Tree binding is > not yet done, ValidationError is not implemented). > > Are there any plans howto go on with the TreeWidget or does a > replacement exists? > > What I need is a MS-Explorer like view where I can select > multiple files.
I'm not sure what the current status of the TreeWidget is, but a year ago I tried to use it and eventually gave up. I ended up going with a multi-value widget with custom styling to turn it into a folding tree of checkboxes. This works fine, was very little work, and gives me lots of control. mcv.
