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 |
What are three ways to skin a component in flex?
How do you add event listeners in mxml components. Now as3 components? : adobe flex action script
How can you show a jpg image in dynamic text field? : adobe flex action script
What is dynamic keyword used for in actionscript? : adobe flex action script
Is double-clicking supported on various components?
Can I load css style sheets dynamically at runtime? : adobe flex action script
Difference between stoppropagation and stopimmediatepropagation()?
What are the collections classes available in flex?
Explain the difference between creating an effect and setting the target as opposed to adding an effectlistener?
Will I need to upgrade my air sdk along with flex 3 beta 3?
Explain about result handler and fault handler methods?
What is the difference between graphical skinning and stateful skinning?