Pulling Data From Another Component Into Your Custom Component
Sunday, April 30th, 2006Tonight, I was faced with the following situation:
Premise:
- One component is tasked to manipulate data.
- Another component which is a custom component needs access to that data
Problem:
How do I get the data into the custom component?
The following can be found in greater detail in Adobe Flex 2 Beta 2 Adobe Document
Creating and Extending Flex [...]




