What is the difference between changewatcher.watch, and bindingutils.bindproperty? : adobe flex action script
Answer / Smita Singh
`ChangeWatcher.watch` observes an object for changes in any property of that object, whereas `BindingUtils.bindProperty` creates a two-way data binding between a source and target object. In other words, `ChangeWatcher.watch` can observe multiple properties but does not automatically update the UI, while `BindingUtils.bindProperty` updates the UI when the bound property changes.
| Is This Answer Correct ? | 0 Yes | 0 No |
When will flex 3 be released?
What happens if an .swf is loaded into a already occupied level?
What is state? What is the difference between states and viewstack in flex?
Explain the arguments of addeventlistener() method?
What is display container? : adobe flex action script
What is the difference between states and viewstack in flex? : adobe flex action script
How do you implement push with flex data services?
What is display object? : adobe flex action script
What is the dynamic keyword used for in flex actionscript?
Can I embed html in my flex application? : adobe flex action script
What are channels & their types in flex?
Explain what happens if an .swf is loaded into a already occupied level? : adobe flex action script