- Titanium Studio, build: 3.1.3.201309132423
- Plataform: iOS 7, BBerry 10
- Device: iOS Simulator and Blackberry OS 10 Simulator
var win = Titanium.UI.createWindow({ title: ' Here your Title', url: 'hereYourFile.js', barColor: '#000' // here it is, instead of the blue you get a black bar });
The barColor is working fine when I run the ios simulator, but the same code is not working for BBerry 10. In BBerry I can't change the blue color of the windows top bar Could you help me? Any idea? Thanks
↧
Change barColor of Window in BBerry App
↧