Creating a dynamic tree in flex

Friday, 28 March 2008, 16:41 | Category : Flex
Tags : , , ,

Tree control is one of the most powerful control in Flex. You must have stumbled upon N number of articles explaining the tree control, where they pick up the data from an XML for the tree, but that does not really happen too often if you have a tree which is to be built dynamically […]

Comparable datagrid in flex

Thursday, 27 March 2008, 14:39 | Category : Flex
Tags : , ,

Using a datagrid in Flex seems very easy, but it has the inherent problem as ready to eat meal. It may not allow you to do all the modifications and may not allow you to present it in a view you desire. A few months back i had a requirement to create a datagrid, which […]

Opensource Flex api / Actionscript api

Friday, 10 August 2007, 22:21 | Category : Flex
Tags :

List of some additional functions i have written for the flex project. Will keep on updating my api, regularly with reusable functions.

Expanding Flex Tree Control / Tree in Flex 2.0

Friday, 10 August 2007, 21:58 | Category : Flex
Tags :

It’s been some time since i have been writing code for displaying trees for different modules in my project. A tree is a very useful component as it its fast to navigate, hierarchical, can be sorted, expands/collapses so requires less space and what not. Over this period of time i have come across some code […]

Fix for the Datefield issue in flex 2.0

Sunday, 22 July 2007, 12:09 | Category : Flex
Tags :

There seems to be an issue with the <mx:DateField> component in Flex 2.0. The issue is that when you choose todays date i.e. the current date which is highlighted grey in the DateChooser again the selected date clears out and you get a null as the selected date. Even if you select any other date […]