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…

Regular Expression Tester v1.3 released

On April 4, 2008, Flash / Flex - No Comments

My AS3 Regular Expression Tester (ASRET) has just been updated. With ASRET you can test if your expression behaves like you want to. It has some cool features like syntax highlighting, the ability to save your expressions, and calling the replace, math, search and exec functions of the AS3 regexp engine.

The new version brings live matching and result highlighting

AS3 Regular Expression Tester v1.3

With Live Matching turned on, ASRET evaluates the expression every time the expression, the string to match or one of the flags is changed. You can find ASRET here.

Read the original post.

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…