I believe the BindingManager has logic to prevent endless loops arising
from accidental circular bindings.
 
- Gordon

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of raz_gilad
Sent: Wednesday, February 28, 2007 11:20 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Circular Binding



Hi 

Does anyone knows how Circular Binding works? I've used the follwing
action script code and I've expected it to go into endless loop - but it
did not. Any idea why ?

   BindingUtils.bindProperty(item,"Threshold",txtin,"text");
   BindingUtils.bindProperty(txtin,"text",item,"Threshold");

Thanks

Raz

 

 

Reply via email to