Flex 4 app with mate design question
Posted
by chchrist
on Stack Overflow
See other posts from Stack Overflow
or by chchrist
Published on 2010-05-31T19:25:52Z
Indexed on
2010/05/31
19:33 UTC
Read the original article
Hit count: 283
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 result to the drop down. When the dropdown changes I'll dispatch another event and in the EventMap I'll call another service and I'll inject the result to the datagroup.
Is there another more sophisticated way?
Thanks in advance
© Stack Overflow or respective owner