Apologies for the late reply, I have been busy with some other project.
I'll check out the superTabNavigator as suggested, will post
subsequent data on failure.

--Johan


--- In flexcoders@yahoogroups.com, "Alex Harui" <[EMAIL PROTECTED]> wrote:
>
> includeInLayout is a flag on UIComponent and therefore Canvas and just
> about everything as to whether its parent container should include it in
> its layout algorithm, which is why only HBox, VBox, etc will actuall
> examine the flag on its children.
> 
>  
> 
> Navigators do not examine this flag, and use visibility to hide the
> unselected child, so there's no easy way to hide things from the
> navigators we ship.  SuperTabNavigator does, I believe, so check it out.
> 
>  
> 
> ________________________________
> 
> From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
> Behalf Of Daniel Freiman
> Sent: Friday, October 19, 2007 8:00 AM
> To: flexcoders@yahoogroups.com
> Subject: Re: [flexcoders] TabNavigator and includeInlayout
> 
>  
> 
> Where does it say this in the docs?  Does it mean that these the
> includeInLayout property is only heeded for children of those types of
> containers?  Because that would make more sense.
> 
> - Dan Freiman



Reply via email to