Al ingresar 2 valores en dos TextInputCOmo se puede hacer que se Multimpliquen automaticamente sin presionar ningun BOTON ...Nesesito un ejemplo porfavorGracias por responder
LA CLAVE TAG BINDABLE ESO ES TODO VIEJOCódigo : <?xml version="1.0" encoding="utf-8"?> <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="236" height="188" viewSourceURL="../files/JSTutorial.mxml"> <mx:Script> <![CDATA[ [Bindable] private var ourLabelText:String = "Initial Value"; private function changeVariable():void { ourLabelText = "Changed Value"; } ]]> </mx:Script> <mx:Panel x="10" y="10" width="216" height="168" layout="absolute" title="Binding to Text Property"> <mx:Label x="10" y="45" id="lblOutput" text="{ourLabelText}"/> <mx:Button x="10" y="15" label="Change Variable" id="butChangeTxt" click="{changeVariable()}"/> </mx:Panel> </mx:Application>
puedes crear un flag o timer , en el momento asignarle un tiempo o una variable , cuando termine dicho tiempo gatillasla funcion que haga que se multipliquen