Flex 4 app with mate design question
- by chchrist
Hi all,
I have a view with a DropDownList component and a DataGroup component. The dropdownlist has to be updated from a remote php object and on change to call another remote object service in order to update the datagroup's provider.
So I am thinks to dispatch an event from my view and the in my EventMap to call the service and inject the…