Hi Amy, I created the bindable event as suggested but still nothing :( Is there a sample usage of the PropertyChange class that I could look over to get a good sense of how to use this correctly?
Again, I can get the event to work when I create a custom event and dispatch that to one of the instances listening for the event, but in this situation, I want a field to update when an instances variable, 'lastChecked' in this case, is updated. In this way, I'm not creating any explicit eventListeners as the data updates the variable and changes the view on screen automatically. Thx for your help! cheers erick > I think you need to use [Bindable (event="propertyChange")] to get it > to work with a property that has a getter only. > > HTH; > > Amy >

