Thanks Abdul, > But I can think of another way, which is not a good if you > have lots of tabs...However, it might give you some idea. I > am using TabBar with ViewStack, instead of TabNavigator. That > ways I can get the reference of individual tabs.
I'd already thought about doing something like this but wasn't sure about spending the time doing it. But your suggestion gave me an idea: instead of using a separate TabBar, I have extended the TabNavigator and provided public dynamic variable access to the private "tabBar" instance held within the TabNavigator. Simple, slightly hacky, but it works nicely. :) Cheers, Tim. -- ------------------------------------------------------- Badpen Tech - CF and web-tech: http://tech.badpen.com/ ------------------------------------------------------- RAWNET LTD - independent digital media agency "We are big, we are funny and we are clever!" New site launched at http://www.rawnet.com/ ------------------------------------------------------- This message may contain information which is legally privileged and/or confidential. If you are not the intended recipient, you are hereby notified that any unauthorised disclosure, copying, distribution or use of this information is strictly prohibited. Such notification notwithstanding, any comments, opinions, information or conclusions expressed in this message are those of the originator, not of rawnet limited, unless otherwise explicitly and independently indicated by an authorised representative of rawnet limited. ------------------------------------------------------- Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

