[flexcoders] FB4: DataGroup not resizing when dataProvider is updated

2010-08-27 Thread Nick Middleweek
Hello, I'm new to FB4 and am working with another chap creating a component. We've got a DataGroup who's dataProvider is increased when a button is pressed. When the DataGroup is set to a fixed height, i.e. 200 we can see the itemRenderer components being added on screen but with the

Re: [flexcoders] FB4: DataGroup not resizing when dataProvider is updated

2010-08-27 Thread Alex Harui
Try setting useVirtualLayout=false. Also make sure the renderer measures correctly in one-pass. If you are counting on images to load later that can mess things up. On 8/27/10 8:25 AM, Nick Middleweek n...@middleweek.co.uk wrote: Hello, I'm new to FB4 and am working with another chap