Appcelerator - barImage隐藏标题文本

时间:2011-09-09 14:42:01

标签: titanium appcelerator appcelerator-mobile

当我在Appcelerator中创建一个新窗口时,我需要更改背景图像。这是通过设置“barImage”来完成的。窗口本身是导航组的子项,并且有自己的子项。当我使用“barImage”参数时,它会在窗口的初始加载时隐藏导航栏标题文本。如果我导航到其子窗口然后返回,标题文本将显示在导航栏中。

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

如何让标题文字始终显示?

1 个答案:

答案 0 :(得分:1)

我相信1.7.2版本中barImage存在已知问题,请检查问题已解决的1.8x CI版本