[TIMOB-12536] BlackBerry: Splash screen images not displayed
| GitHub Issue | n/a |
|---|---|
| Type | Bug |
| Priority | High |
| Status | Closed |
| Resolution | Fixed |
| Resolution Date | 2013-02-02T07:54:24.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 3.1.0, 2013 Sprint 03 BB, 2013 Sprint 03 |
| Components | BlackBerry |
| Labels | n/a |
| Reporter | Josh Roesslein |
| Assignee | Josh Roesslein |
| Created | 2013-01-31T22:42:41.000+0000 |
| Updated | 2013-04-01T21:57:51.000+0000 |
Description
Setting a custom splash screen image (Resources/default.png) does not appear
to be displayed when running the application.
Looks like it's a syntax error in the generation of the bar-descriptor.xml.
Titanium Generated bar-descriptor.xml
{quote}<splashscreen><asset path="LICENSE">LICENSE</asset><image>assets/default.png</image></splashscreen>{quote}BB10 NDK Sample [bar-descriptor.xml](https://github.com/blackberry/Cascades-Samples/blob/master/kakel/bar-descriptor.xml#L61-74)
{quote}<!-- The splash screen that will appear when your application is launching. --><splashScreens><image>splashscreen.png</image></splashScreens>{quote}Yup, BlackBerry changed the tags on us. Created pull request [#21](https://github.com/appcelerator/titanium_mobile_blackberry/pull/21) to resolve issue. Note: Splash images must be placed in Resources/blackberry and use the format: splash-[w]x[h].[jpg|png]. See the[
Seeing the splash screen if the splash image file is present in the BlackBerry folder with the required naming conventions according to josh's comments Thus closing the issue Environment: Environment: Ti Studio : 3.1.0.201301231719 Ti BB SDK : 3.1.0.v20130202000009 Mac OSX : 10.8.2 win 7 64 bit Win 8 BB simulator : 10.0.9.386