I was wondering if it could be possible to create a databinding system in pure actionscript without using mx.binding.utils. At least I would like to know what is the overhead of the databinding code and how exactly the ChangeWatcher knows when a property has been changed. Thank you!
I want to disable the tooltip on certain buttons. The tooltip manager seems to be an all or nothing solution. Is it possible to disable the tooltip for just one or two buttons?