Rendezvous with technology

Posts Tagged ‘Actionscript

Auto Filtering in AdvancedDataGrid

Posted by: Sameer on: August 14, 2007

I’ve written a small application showing how auto filtering can be used in an AdvancedDataGrid.
In the sample, the first two headers are TextInput control which are used as input for the text.
I’ve written a custom itemRenderer using TextInput. On the change event of the TextInput, filtering is applied to the dataProvider and the result [...]

Auto Resizable AdvancedDataGrid

Posted by: Sameer on: August 6, 2007

I like the auto-re sizable functionality of the columns in most of the grids.
Common applications include Windows Explorer and File Browser in Ubuntu.
So, I decided to write my own in AdvancedDataGrid.
Here, double-clicking the separator between the headers will resize the corresponding column to fit in the contents.
Check out the sample here
Try clicking the header separator [...]

T-Square Fractal

Posted by: Sameer on: July 20, 2007

Yesterday I came across Fractals. I thought lets implement one in ActionScript.
So here it is – A T-Square Fractal
Link to the source code here
A special thanks to Sreeni for his valuable inputs.

Adding FLEXibility to sorting hierarchical data

Posted by: Sameer on: July 18, 2007

With the release of Flex 3 Moxie Beta 2, sorting of hierarchical data has been given a new FLEXibility.
Earlier sorting hierarchical data was not possible. With the introduction of Advanced DataGrid and new collections support, we can have new ways to sort Hierarchical data.
Check out the sample here
1. In the first Grid – Sorting can [...]