[flexcoders] Listening for a value change

2008-06-02 Thread Jeff Douglas
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

[flexcoders] Re: Listening for a value change

2008-06-02 Thread Jeff Douglas
: 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] 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