Update time! Starting with: FlpTree 1.3.0
On May 3, 2009, Components,Flex - 5 CommentsI’ve been awful quiet on my blog lately, time to do something about it
.
First off, I’m releasing version 1.3.0 of my tree component.
I’ve added a filterfunction, which behaves just like a normal filterfunction, but works recursively.
I’ve also fixed some minor bugs, some events weren’t dispatched correctly.
And last but not least, I’ve made the displayobjects in the defaultrenderer protected instead of private, so you can access them more easily when extending the defaultrenderer.
You can download the new swc from the project page, which is here. Also, a link to the docs and an example can be found on the project page
What others have to say:
Nice component, but it doesn’t work. Minimalistic example below always throw new exception like:
“TypeError: Error #1006: value is not a function …”
I really share your frustration on the original flex tree component. So Google brought me to your component, I tried it, but it gave runtime errors with every compiler from sdk2.3 to 4.0. The error:
TypeError: Error #1006: value is not a function.
at nl.flexperiments.tree::Node/set filterFunction()[D:\Library\Components\Flexperiments\nl\flexperiments\tree\Node.as:672]
Any ideas on this one? I tried your original example without any modifications.
Will look into that tomorrow, I’ll keep you updated
And fixed, if you download the new SWC, it should work.
Thanks, I’ll check it out right now!
Leave a Reply