[flexcoders] Re: Flex error when AdvancedDataGrid made too small.

2009-06-19 Thread Mic
Cool - I will try this I had tried the visible="false" but I left it in the Layout. After further investigation I narrowed this down to the fact that I am using the advanced datagrid footer extensions that are available - Alex's I think with a couple of tweeks - and the error is in Advance

[flexcoders] Re: Flex error when AdvancedDataGrid made too small.

2009-06-19 Thread valdhor
Instead of setting height and width of a component to 0, try setting visible property to false and includeInLayout property to false. --- In flexcoders@yahoogroups.com, "Mic" wrote: > > In an application where 8 panels exist on the screen with each panel > containing a chart or an advanced dat