If you pass to the function a bindable variable or more it will execute every 
time the input parameters change their values.
C




________________________________
From: Angelo Anolin <angelo_ano...@yahoo.com>
To: flexcoders@yahoogroups.com
Sent: Wed, August 25, 2010 5:03:45 PM
Subject: [flexcoders] Automatic Calculation of TextInput Bounded Variables

   
Dear FlexCoders,

For brevity, I would give an example of what I want to achieve.

I have three textinput, namely t1, t2 and t3.

t3 is the sum of t1 and t2.

I have declared three number variables that are bound to the text input.

Is it possible that instead of coding for a change event in each textinput, i 
would simply declare a function that would automatically calculate the values 
bound to the textinput through the variables?

Appreciate your inputs. Thanks.

 


      

Reply via email to