What is the difference between changewatcher.watch, and bindingutils.bindproperty?
Answer / Sangeeta Gautam
ChangeWatcher.watch is a method for manually observing changes in an object. It allows you to specify a callback that will be called whenever the watched property changes. On the other hand, BindingUtils.bindProperty is a utility function that creates a binding between two properties, automating the process of updating one property based on changes in another. The main difference is that ChangeWatcher requires manual management of observed properties, while BindingUtils handles this automatically.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is mvc and how do you relate it to flex apps?
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
What is display list?
What is display container? : adobe flex action script
What keyword allows us to implement abstraction better in flex? : adobe flex action script
What happens if an .swf is loaded into a already occupied level?
How can u access a variable defined in 1 MXML file to another?
Is it possible for upgrade from flex builder 3 standard edition to flex builder 3 professional edition?
How binding works in mxml components in flex? : Adobe Flex ActionScript
What are the 2 ways to compile flex source file?
How much will flex builder 3 cost?
Why is mytreenode.label or mytreenode.attributes.label undefined? : adobe flex action script