Hi, Is there a way to remove the mx:Binding tag?
In the super class, I have this mx:Binding like this: <mx:Binding source="getText()" destination="testText"/> I would like to remove it in the subclass, is there a way that I can remove it? Cheers, Amy

