[TIMOB-12502] BlackBerry: Setting the background for "master view".
| GitHub Issue | n/a | 
|---|---|
| Type | New Feature | 
| Priority | Low | 
| Status | Closed | 
| Resolution | Fixed | 
| Resolution Date | 2014-08-08T17:39:21.000+0000 | 
| Affected Version/s | n/a | 
| Fix Version/s | n/a | 
| Components | BlackBerry | 
| Labels | KitchenSink, blackberry, qe-manualtest | 
| Reporter | Josh Roesslein | 
| Assignee | Josh Roesslein | 
| Created | 2013-01-30T22:18:32.000+0000 | 
| Updated | 2014-08-08T17:39:50.000+0000 | 
Description
	Determine if we can support the Ti.UI.setBackground methods and properties
on BlackBerry. Is there a way to programmatically set the splash screen?
How do Titanium developers use this API and what would be the equivalent on Cascades?
Acceptance Test
Ti.UI.setBackgroundColor('red');
1. The application should launch and a red screen should be shown.
Ti.UI.setBackgroundImage('someImage.png');
1. The application should launch and the image should be displayed.
Tested Mac osx 10.9.4 Mavericks Appcelerator Studio, build: 3.3.0.201407111535 Titanium SDK, build: 3.3.0.GA Node.JS Version: v0.10.28 NPM Version: 1.4.9 acs@1.0.15 alloy@1.4.1 npm@1.4.9 titanium@3.3.0 titanium-code-processor@1.1.1 Device: BB Z10 (10.2.1) KS version 3.3.0
Test Steps
KS> Base UI> Window Properties> Change BG Color/Image Works as expected.