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