I typically do check the archives first…not
sure why I didn’t this time around…*lazy yawn* J…sorry for the redundancy but thanks so much for the quick
response guys! I’ll check out both solutions! Rob robert l. brueckmann senior web developer merlin securities p: 212.822.4821 From: You may be able to use yourTabNav[“tabBar”]._tab1.enabled=false; For example <?xml version="1.0"
encoding="utf-8"?> <mx:Application
xmlns:mx="http://www.macromedia.com/2003/mxml"
creationComplete="appInit()"> <mx:Script>
function appInit() {
testNav["tabBar"]._tab1.enabled=false;
} </mx:Script>
<mx:TabNavigator id="testNav" width="100%">
<mx:HBox label="tab 1">
<mx:Text text="aaa"/>
</mx:HBox>
<mx:HBox label="tab 2">
<mx:Text text="bbb"/>
</mx:HBox>
<mx:HBox label="tab 3">
<mx:Text text="ccc"/>
</mx:HBox>
</mx:TabNavigator>
</mx:Application> From: Is there an easy way to hide
or show a tab in a tab navigator?
This message contains information from Merlin Securities, LLC, or from one of its affiliates, that may be confidential and privileged. If you are not an intended recipient, please refrain from any disclosure, copying, distribution or use of this information and note that such actions are prohibited. If you have received this transmission in error, please notify the sender immediately by telephone or by replying to this transmission.
Merlin Securities, LLC is a registered broker-dealer. Services offered through Merlin Securities, LLC are not insured by the FDIC or any other Federal Government Agency, are not deposits of or guaranteed by Merlin Securities, LLC and may lose value. Nothing in this communication shall constitute a solicitation or recommendation to buy or sell a particular security.
-- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com ---- LSpots keywords ?> ---- HM ADS ?> YAHOO! GROUPS LINKS
|
- RE: [flexcoders] hide/show tabs of a tab navigator based... Nick Watson
- RE: [flexcoders] hide/show tabs of a tab navigator ... Robert Brueckmann
- RE: [flexcoders] hide/show tabs of a tab navigator ... Tracy Spratt