stevemcl
stevemcl

Reputation: 387

Flex TabbedViewNavigatorApplication question about sending data

I have a TabbedViewNavigatorApplication with 3 views(ViewNavigator), I can use the navigator.pushView(view,dataobject) from actionscript to navigate to another view with a data object of my choice. How do I pass a data object of my choice when the user clicks on the default tab button along the bottom to switch views?

Upvotes: 0

Views: 416

Answers (1)

Joe Rucci
Joe Rucci

Reputation: 11

Look into firstData... That will allow you to associate a data object with each tab in the TabbedViewNavigatorApplication.

Upvotes: 1

Related Questions