[flexcoders] List in second tab of TabNavigator has GIANT itemRenderer

2009-11-24 Thread Amy
So, I have a TabNavigator that's populated by a Repeater that draws Canvases with a List in each. The List on the first tab draws just beautifully, but the List on the second tab gives me one giant itemRenderer that has the data for the first item in its dataProvider. If I scroll down to the

Re: [flexcoders] List in second tab of TabNavigator has GIANT itemRenderer

2009-11-24 Thread Chris
Could this be related to resizeToContent on TabNavigator? Alternatively, it may be an issue with your dataprovider. Source would be helpful... On Tue, Nov 24, 2009 at 4:44 PM, Amy amyblankens...@bellsouth.net wrote: So, I have a TabNavigator that's populated by a Repeater that draws Canvases