Archive for December, 2006

Floogle

Saturday, December 30th, 2006

I’ve just created new site - http://search.orangeflash.eu

This is Google - Co-op powered search engine, which able to search through flash resources, I’ve added 64 sites (blogs, forums, sites, mail-lists) so far.

Feel free to contact me and add your resource.

Add to Google

Click here to add more resources.

Different ItemRenderers Sizes in List

Friday, December 29th, 2006

In List based controls from Flex Framework, we aren’t allowed to create itemRenderers with different size, due to the way Lists are scrolled (we scroll model instead of view). But sometimes we just have to do this, for example if we want to fill List with different images, or text with different formatting.

So I’ve decided to create List-Like component based on VBox, which has dataProvider and itemRenderer properties, and can render items with different sizes, which looks like this:

listview.jpg

Download Examples
Example