1. ducqttd's Avatar
    How to create Splash screen Cascader as app CB10? Please help me code, thanks.
    10-19-14 09:21 AM
  2. RodgerLeblanc's Avatar
    You can set it up easily in bar-descriptor.xml under Application tab : https://developer.blackberry.com/nat...iguration.html
    10-19-14 01:14 PM
  3. ducqttd's Avatar
    I want to setting time 3-5s, how do me?thanks

    Posted via CB10
    10-20-14 06:03 AM
  4. ducqttd's Avatar
    Please help me source code. Thanks

    Posted via CB10
    10-20-14 06:17 AM
  5. RodgerLeblanc's Avatar
    You can't setup a time for a splashscreen. A splashscreen is a default image being showed while your app is initiating. So 2 choices :
    1) Add a loop in your ApplicationUI constructor to make it longer to initialize (not recommended)
    2) Set a page that shows the same image as your splashscreen on app startup and make that page close after 3 seconds. You'll need to understand how static asset selection works to support all devices splashscreen size. http://developer.blackberry.com/nati...tic_asset.html
    If you're building for 10.3 and up, look for section named 'Asset selection based on screen density'. Otherwise, look for section named 'Asset selection based on resolution'.

    This BlackBerry sample app is a good exemple of 10.3 static asset selection : https://github.com/blackberry/Cascad.../assets/images
    10-20-14 09:05 AM
  6. RodgerLeblanc's Avatar
    10-20-14 03:46 PM
  7. ducqttd's Avatar
    Can you give me examples of this. I am developing my application in Cascader. I use TabbedPane.

    Posted via CB10
    10-21-14 11:02 PM
  8. RodgerLeblanc's Avatar
    Please read docs and support forums, full sample code is already available.
    http://supportforums.blackberry.com/...ht/true#M52580
    10-22-14 08:27 AM
  9. ducqttd's Avatar
    Thanks reply. I want to open Splash screen as CB10, not push a page on example that. I try open TabbedPane from NavigationPane, however page TabbedPane is page blank.

    Posted via CB10
    10-22-14 09:26 AM
  10. RodgerLeblanc's Avatar
    CB10 app use a standard splash screen that is shown for about half of a second on my BlackBerry Passport. As said previously, you can setup a standard splash screen in bar-descriptor.xml file, just follow the docs available here : https://developer.blackberry.com/nat...iguration.html
    tvst28 likes this.
    10-22-14 11:47 AM
  11. RodgerLeblanc's Avatar
    10-22-14 11:51 AM

Similar Threads

  1. BB Experiment - Larger Screen + QWERTY
    By Plazmic Flame in forum General BlackBerry News, Discussion & Rumors
    Replies: 15
    Last Post: 01-11-16, 04:09 AM
  2. Lock screen notification problem
    By k__dam in forum BlackBerry Passport
    Replies: 13
    Last Post: 04-15-15, 05:20 PM
  3. 10.3.1.821/10.3.1.800 screen shot thread
    By tahabashir1991 in forum BlackBerry 10 OS
    Replies: 72
    Last Post: 10-22-14, 05:59 PM
  4. Zebra on my screen
    By Dominique HUMBERT in forum Ask a Question
    Replies: 2
    Last Post: 10-20-14, 12:35 PM
  5. What are the coloured bars on my rear camera screen?
    By CrackBerry Question in forum Ask a Question
    Replies: 2
    Last Post: 10-19-14, 12:36 AM
LINK TO POST COPIED TO CLIPBOARD