[flexcoders] Trying to control percentage based containers

2008-07-16 Thread daddyo_buckeye
I'm trying to control a percentage-based layout with several nested containers. Unless I set a fixed size (in pixels) or a minWidth or minHeight, my outer panel shrinks to a very small size. I understand that parent containers inherit their size from the content in their children containers. My

Re: [flexcoders] Trying to control percentage based containers

2008-07-16 Thread Manu Dhanda
Give width and height to your TabNavigator. Manu. daddyo_buckeye wrote: I'm trying to control a percentage-based layout with several nested containers. Unless I set a fixed size (in pixels) or a minWidth or minHeight, my outer panel shrinks to a very small size. I understand that