Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-12536] BlackBerry: Splash screen images not displayed

GitHub Issuen/a
TypeBug
PriorityHigh
StatusClosed
ResolutionFixed
Resolution Date2013-02-02T07:54:24.000+0000
Affected Version/sn/a
Fix Version/sRelease 3.1.0, 2013 Sprint 03 BB, 2013 Sprint 03
ComponentsBlackBerry
Labelsn/a
ReporterJosh Roesslein
AssigneeJosh Roesslein
Created2013-01-31T22:42:41.000+0000
Updated2013-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.

Comments

  1. Dylan Staley 2013-02-01

    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}
  2. Josh Roesslein 2013-02-02

    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[](http://developer.blackberry.com/native/documentation/bb10/com.qnx.doc.native_sdk.devguide/com.qnx.doc.native_sdk.devguide/topic/r_barfile_dtd_ref_splashscreens.html) documentation to learn more about how BlackBerry picks the best image for the current device screen size / orientation.
  3. Lokesh Choudhary 2013-02-04

    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

JSON Source