Hi,
I am newbie to flex so sorry if my question is dumb.
I am working on a set of views created by another person. the home mxml has two views added as
<s:ViewNavigator x="0" y="0" width="297" height="490" textAlign="center" firstView="views.OrdersListView" id="ordersListView" title="Orders"/> | |
<s:ViewNavigator x="0" y="489" width="297" height="208" label="Status" firstView="views.StatusView" title="Status"/> |
I need to change the text in a text area added to the status view according to the selected item on the listview.
Is it possible or do I need to change my design? Is it possible to share a value object between views?
Both the views are in separate mxmls.
Please help. Thanks in advance.