--- In [email protected], Keith <[EMAIL PROTECTED]> wrote: > > Hello Amy, > > How could I "monkey patch" in Flex that I could use "self" in the brackets?
I was thinking along the lines of
public function me():UIComponent {
return this;
}
But of course as Josh pointed out, you can't get references to the
public variables of an object without first having a reference to the
object.
I have to admit, this is something I've wanted myself.
-Amy

