In this situation, the easiest way is using ChangeWatcher.watch function to watch that variable.
--- On Sat, 11/21/09, jamesfin <[email protected]> wrote: From: jamesfin <[email protected]> Subject: [flexcoders] Re: I've got a [Bindable] boolean var - can I setup a eventlistener on it? To: [email protected] Date: Saturday, November 21, 2009, 6:22 AM This should get you on your way... http://livedocs. adobe.com/ flex/3/html/ help.html? content=databind ing_4.html --- In flexcod...@yahoogro ups.com, "luvfotography" <ygro...@... > wrote: > > I've declared a [Bindable] private var changeme:Boolean; > > Is there a way to execute a function whenever this var changes? > > thanks, >

