It sounds like you need to set up a ChangeWatcher, take a look at the docs,
but basically you can listen for updates to a property on an object and call
a function when the update occurs

On Mon, Jun 2, 2008 at 9:01 AM, Felipe Fernandes <
[EMAIL PROTECTED]> wrote:

>   Jeff,
>
> Look at setter and getter functions it´s just what you need.
>
> Felipe
>
>
> On Mon, Jun 2, 2008 at 10:40 AM, Jeff Douglas
> <[EMAIL PROTECTED] <donotspamme%40jeffdouglas.com>> wrote:
> > This seems like this should be easy but I'm hititng my head against the
> > wall trying to figure it out.
> >
> > I have the following String:
> >
> > [Bindable] var myString:String;
> >
> > The value of myString changes throughout the application. Based upon
> > the value of myString I want to perform different tasks. How can I
> > write a listener that determines 1) that the value has changed and 2)
> > what the new value is?
> >
> > Thanks
> > Jeff
> >
> >
>  
>

Reply via email to