I'm hoping someone can explain what is going on under the hood when using MXML curly bindings.
For example, with itemrenderers:
If I bind some control via MXML to the data source such as:
text={data.myText}
Somehow these bindings seem to get automatically cleaned up.
However, if I bind using Actionscript when am I supposed to call unwatch()? How do I know when the itemRenderer is no longer being used?
How do the MXML bindings know when to un-bind?