Posts Tagged “Flex”

RIA utilities: copying instance properties

by RIAstar on February 9, 2012

I’ve lost count on how many times I’ve needed this in RIA development with Flex or ActionScript: the possibility to quickly copy property values from one class instance to another. The two most important uses I can think of right (…)

Read the rest of this entry »

Gigs – Easier ActionScript event handling – Protection revisited

by RIAstar on January 29, 2012

Some time ago I created Protection. It was a library intended to help me write more readable ActionScript code without breaking out of the paradigms that were set out by Adobe. You can find a more thorough explanation and motivation (…)

Read the rest of this entry »

Protection – an ActionScript guarding library

by RIAstar on August 15, 2011

I’ve just pushed a usable version of a new library – called Protection – to GitHub. It will enhance the handling of the computing flow of asynchronous programs in ActionScript 3 and make your code look cleaner. (You can use (…)

Read the rest of this entry »