as3

10 Jan 2008

Flex comes with a built-in form validation system that unfortunately uses mystery meat tooltips to display component validation errors.

To see what I mean, take a look at the example I wrote a while back in the Validating Data Quick Start.

(more...)

Better form validation in Flex

9 Jan 2008

If you want to redispatch a ResultEvent when using Danny Patterson's AS3 Lightweight Remoting Framework, you have to modify the ResultEvent class to override the clone() method.

So, if you want to do something like this:

(more...)

Redispatching a ResultEvent with the AS3 Lightweight Remoting Framework