I'm having a hard time binding to a static function. The function is just a shortcut through a singleton instance. I'm using the [Bindable(event="myChange")] metadata tag and the data is getting dispatched when the source changes, except the event doesn't notify anything to call the static function again. Does anybody have some good reading on this? or an example of how this is done?
Thanks, Brian..

