Hi guys, I'm trying to toss up whether I should put some funky layout code in a custom Container, or if it's better to extend Layout, which is [ExcludeClass]'d. It's only a couple of methods so in this case I'm not that bothered by the fact that it's missing from the docs due to the [ExcludeClass] annotation, but I also don't want to build something that's going to be useless in some upcoming version of Flex due to Layout being chucked out the window.
Is there a reason this is pseudo-private when Canvas etc rely on it, and it seems like a good API point for custom layout code to me? I guess for now I'll put my code into a Container, and look at moving it to a subclass of Layout in the future if I can get a nice resolution on this... -Josh -- "Therefore, send not to know For whom the bell tolls. It tolls for thee." :: Josh 'G-Funk' McDonald :: 0437 221 380 :: [EMAIL PROTECTED]

