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@yahoo
Raz,
There's a built in mechanism to prevent this problem in circular bindings. If
the new value of a property is the same as the existing value when you set it,
then it's bindings are not updated (the binding event never fires), although
the setter method for that property its
What is the effect of this code? Were you able to do simple binding that way
to both items?
-Scott
On 3/1/07, raz_gilad <[EMAIL PROTECTED]> wrote:
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
3 matches
Mail list logo