Flex

TwitterFacebook
Get flash to fully experience Pearltrees

Flex 4 Spark Resizable Controls

Please go here for Flex 3 Resizable Containers . I've created a bunch of skins for many of the common Spark components that allows them to be resized. Each of these skins contains a resizeHandle that when dragged allows the control to be resized. http://flexdevtips.blogspot.com/2010/06/flex-4-spark-resizable-controls.html

fpa2 - Persistence API interface for Flex

https://code.google.com/p/fpa2/ FPA2.0 is a free version of JPA2.0 for Flex/AIR applications. Like JPA, FPA is only a set of interfaces, not implementations. For use them in yours flex/air projects, you have to add a fpa2.0 implementation. Actualy only AirLink is an implementation of fpa2.0 for AIR. fpa2.0 include unit tests. You can use them for make an other implementation of fpa2.0, for Flex for example using shared objects. FPA2.0 est une version libre de JPA2.0 pour les applications Flex/AIR.
Testing / Unit test

Examples

Styling / Skining

Outils

Composants

MultiThread / Green Threads

This is a small framework I wrote that addresses some of the issues associated with ActionScript being executed linearly in one thread. If the language offered an API for threading, computationally expensive routines could be run in a separate thread, keeping the application’s UI appropriately responsive. The idea is to offer a simple means to decompose: deep recursion large loops computationally expensive tasks I’ve created 2 demos (FP10) to illustrate the issue. The first demo is an implementation of the A* algorithm. http://blog.generalrelativity.org/actionscript-30/green-threads/
Flex programming

Performance / Optimisation / Conventions

Libs

Docs

Flex 4

Framework

Blogs / Sites

Php