IKTree v1.1.0 released

On April 11, 2008, Flash / Flex - 3 Comments

I’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)

more…

It's here! IKTree v1.0 (beta)

On April 3, 2008, Flash / Flex - 9 Comments

Today I’m releasing the first version of my tree component. This component is a substitute for the build-in tree of flex. Why? Because the build in tree is build on the list classes, which aren’t the most stable classes of flex. My tree is build entirely with UIComponents and VBoxes, no list class used here. more…

Sneak Preview: Custom Tree Component for Flex

On March 27, 2008, Flash / Flex - 2 Comments

That’s right, I was so fed up with the tree component of flex, that I decided to build my own. And to make sure that it will not end up as crappy as the default one, my goal was to make sure no listclass or whatsoever would be used.

ikTree

more…