Using the TabNavigator Container

Use all, auto, none or queued with CreationPolicy to control the way tabs are loaded.

All will load all the infomation on all the tab at the begining.

Auto will load the information once tab is selected.

None you control the loading of the infomation.

<mx:TabNavigator id="tabContent"
   resizeToContent="true"
   width="600"
   paddingBottom="15"
   paddingLeft="15"
   paddingRight="15"
   paddingTop="15"
   creationPolicy="auto">


</mx:TabNavigator>

Comments
BloggArt  |  Portfolio  |  Contact          BloggArt is running BlogCFC version 5.5.