[flexcoders] NavBar - setTargetViewStack

2009-02-24 Thread mikeycmccarthy
Hi there, I've written a code behind that manages a ViewStack and a TabBar (it's almost like a PureMVC mediator without actually being a mediator). The ViewStack is the dataprovider of the TabBar. When I try to test this I get the problem that the dataprovider is always null. I've attached

RE: [flexcoders] NavBar - setTargetViewStack

2009-02-24 Thread Tracy Spratt
Consider binding the dataProvider instead of assigning it. Tracy From: flexcoders@yahoogroups.com on behalf of mikeycmccarthy Sent: Tue 2/24/2009 4:46 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] NavBar - setTargetViewStack Hi there, I've wr