IKTree v1.1.0 released
On April 11, 2008, Flash / Flex - 3 CommentsI’ve made some changes to the tree, which add some more functionality and make it even more (re-)usable.
IKTree now has:
- Caching / Recycling of children, which reduce the ‘flickering’
- Label & IconFunctions
- Object access for labelfields. You can now access objects in the tree for the labelfield. For instance, you can set ‘obj.label’ as labelField. It will then set the label as data[obj][label].
- Doubleclick support
- Added some styles (indicatorThickness & indicatorColor)

You’ll find the files here:
Please let me know what you think. If you find any bugs you can also post them here.
Read the original post.
What others have to say:
Looking good! Once again…
A suggestion I have would be to addd spring loaded folders like on http://flexibleexperiments.wordpress.com/2007/02/26/flex-201-tree-with-spring-loaded-folders-update-2/
When you drag a leaf on a node that’s a folder, the folder opens itself after X seconds.
Keep it up!
Thank you for your suggestion, I will definitely add that functionality to it in the next release.
[...] openOnHover functionality lets a user open a node while dragging another onto it. (as proposed by Jonas Windey). Just set openOnHover on ‘true’ and set a [...]
Leave a Reply