I tried adding barimage:’corkboard.jpg’, but it does not work but it does only works for colors barColor=’#fff’,
I’m still new and learning and I really would like to implement this :S
var win3 = Titanium.UI.createWindow({
title:’TESTING’,
barimage:’corkboard.jpg’,
backgroundImage:’background.png’,
backgroundColor:’#fff’
});
The Window properties are case sensitivity!
barImage works only on iPhone!
Is the image location correct? The code below is in the Resources/app.js and the image is the same folder.