How can u access a variable defined in 1 MXML file to another?
Answer / Sumit Choudhary
To access a variable defined in one MXML file from another, you can use Application or bindings. In Application, you can define shared properties that are accessible across the entire application. To use bindings, you can bind a property in one component to a property in another using the binding syntax {otherComponent.property}. This allows data to be shared between components.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is interface or benefit of interface in term of oop?
What is the use of disableautoupdate method?
What is display list?
How many levels does flash mx support?
Difference between data grid and advanced data grid?
Is it true that I can now get the flex test automation framework with the purchase of flex builder 3 professional edition?
Explain what happens if an .swf is loaded into a already occupied level? : adobe flex action script
What is the model-view-controller (mvc) pattern?
What is the model-view-controller (mvc) pattern? : adobe flex action script
How to add two commands to one single event type?
How do we add item renderer at runtime in flex? : adobe flex action script
Where can I download flex 3 beta 3?