I am building an application that the split view navigator would work very effectivley. My only problem I am running into is passing data between the master view which holds my list of things to click and the detail view which is supposed to show the information of the button clicked. I am using Flex 4.6. The information For example my buttons would be "Take in Information" , "Customer Information" and "Acceptance of Service". In each of those buttons I would need forms to be displayed when the button is clicked. Lynda.com doesnt explain how to pass data in the split view navigator. Any help would be greatly appreciated.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
This Flex documentation on the SplitViewNavigator may help. Basically, the Navigator is just like any other navigator. When you push a view onto it you can send data in. To copy code from the above link. This code would be in your "Master" view:
Here is a write up on passing data between views that may provide more information. |
|||
|
|