example

Distort with drawTriangles()

Distort with drawTriangles()

There are a growing number of posts about the technique to distort an image with the drawTriangles() function. But most of those examples create a lot of extra vertices that aren’t needed for displaying the image and more calculation means more CPU consumption. I explain here how to work with…

read more →

AdvancedDataGrid GroupingCollection and sort

Here an example of the advancedDataGrid. I’m using a groupingcollection to get all the data from one searchengine in one group This movie requires Flash Player 9 One problem that I encounter in the advancedDataGrid is sorting a column on application start. I try to sort the “number of visits”…

read more →