FlpTree 2.0: Better, faster, open-source!
On May 23, 2010, Components,Flex - 4 CommentsToday I’m releasing a new version of my Tree. Most parts are rewritten for way better performance.
This tree is a replacement for the standard flex tree, which is buggy, slow and not very customizable. With version 2.0, you have full control of the source, so you can tweak it to your needs. It has all the functionalities of the 1.4 version, but some of the stylenames have got another name to match the general stylenames of flex (eg. selectionColor), see the docs for that.
Usage:
<tree:FlpTree x="100" y="100" open="_openCheck(event)" close="_openCheck(event)" width="250" height="400" openNodeOnHover="true" hoverDelay="150" dataProvider="{adata}" borderColor="#000000" borderStyle="solid" borderThickness="1" /> |
If you find a bug in the source, please leave a comment to let me know!
Here’s what you’ll need:
- The source
- The compiled source (swc)
- The docs
Have fun!
Note: This component is written for Flex 3, it’s not tested on Flex 2 nor Flex 4!

