2011-09-09 46 views
0

當我在Appcelerator中創建一個新窗口時,我需要更改背景圖像。這是通過設置「barImage」來完成的。窗戶本身是導航組的孩子,並有自己的孩子。當我使用「barImage」參數時,它會在窗口初始加載時隱藏導航欄標題文本。如果我導航到其子窗口,然後返回標題文本顯示在導航欄中。Appcelerator - barImage隱藏標題文本

var sectionWindow = Titanium.UI.createWindow({ 
    backgroundColor:'#fff', 
    fullscreen:false, 
    title:’My Sub Page', 
    modal:true, 
    barImage:'images/nav_bar.png' 
}); 

我怎樣才能讓標題文本一致地顯示?

回答

1

我相信,在1.7.2版本的已知問題與barImage,請檢查1.8倍CI建立在問題已得到解決

+0

謝謝,我在哪裏可以得到1.8倍的CI構建? – woot586

+0

http://wiki.appcelerator.org/display/guides/Continuous+Builds# –