0
我現在有以下安裝(抽象爲簡單起見):星火的TabBar獨特標籤
<s:TabBar id="extentTypeTabBar" dataProvider="{vs}"/>
<mx:ViewStack id="vs">
<s:NavigatorContent id="firstTab" label="Action">
<!--content-->
</s:NavigatorContent>
<s:NavigatorContent id="secondTab" label="Adventure">
<!--content-->
</s:NavigatorContent>
<s:NavigatorContent id="thirdTab" label="Favorites">
<!--content-->
</s:NavigatorContent>
</mx:ViewStack>
我想thirdTab有一個圖像,而不是一個標籤(即一個明星或心臟的圖像,而不是單詞「收藏夾」)。我試過在NavigatorContent上使用'icon'屬性,無濟於事。
我認爲實現這一目標,我將不得不創建它背後的邏輯對於Spark的TabBar自定義皮膚,因爲我只想唯一一個皮膚選項卡中,並不是所有的選項卡。有沒有人有如何做到這一點的例子?
謝謝!
jp
這是否幫助你嗎? [鏈接](http://stackoverflow.com/questions/4452588/how-can-i-add-multiple-icons-to-the-spark-tabbar-control) – PCM