RE: Getting SuperTabNavigator child

2013-10-30 Thread Maurice Amsellem
Yet another "ghost" flex site :-( Sorry for the confusion. Regards, Maurice -Message d'origine- De : Doug McCune [mailto:d...@dougmccune.com] Envoyé : mercredi 30 octobre 2013 17:52 À : dev@flex.apache.org Cc : flex-...@incubator.apache.org Objet : Re: Getting SuperTabNa

Re: Getting SuperTabNavigator child

2013-10-30 Thread Doug McCune
You won't get an answer from the flexlib issues list or mailing list. SuperTabNavigator is just an extended TabNavigator. There's nothing different about accessing its children rather than the children of a normal mx TabNavigator. On Wed, Oct 30, 2013 at 1:33 AM, Maurice Amsellem < maurice.amsel.

RE: Getting SuperTabNavigator child

2013-10-30 Thread Maurice Amsellem
Hi Oleg, SuperTabNavigator is not part of core Flex SDK, but rather is part of flexlib library. You can get more easily an answer if you post directly to flexlib issues: https://code.google.com/p/flexlib/issues/list Maurice -Message d'origine- De : Oleg Konovalov [mailto:oleg...@gma

RE: Getting SuperTabNavigator child

2013-10-29 Thread David Coleman
Instead of directly accessing the children, which could lead to complex code which would be prone to failure and difficult to modify, try using a Facade object, implemented as either a singleton or using injection (if you happen to be using a framework which supports it). I recommend a singleto