BB10 Petite Application?

A few stupid questions

I'm looking for a useful way to apply a menu similar to the user interface instructions.

Should I just create a container with buttons inside and tween, or is there something I missed build the SDK development kit?

I would use the icons of same to the 'Settings' and 'Help' as in the user interface instructions. These buttons will be in the sdk, or do I need to create them from scratch?

When I open a page 'Settings' from the App menu - this kind of pages should be a "leaf" with a "Cancel" button in the upper left corner and a button 'Save' at the top right? It seems logical to me, but I don't know if this is recommended.

Thank you.

When you say "menu of the application" do you mean the top bar of gesture?  If so, there are a lot of discussions about it.  Search 'app' or 'gesture bezel' bar or «gesture app»  Pretty easy to do.

The buttons are in the SDK, but if you are talking about the image in the button, then you will need to provide your own.  I asked RIM to release their examples in format EPS / GOT to have more consistency, but we have not heard back about this request.

Once we see a plan of the apps, things will change.  In theory, it could be buttons as you have described or actions in an action on the bottom bar.  Personally, I used the buttons in corner with a label/header between (ala Apple apps).

Tags: BlackBerry Developers

Similar Questions

  • Make a keyboard WebWorks BB10 compatible applications for Q10

    Hello

    Asked me to wear a WebWorks application originally designed for the Z10 to the Q10.

    One of the requirements is to make the application compatible keyboard.

    What they mean by that, is that, in the application, a user is presented with a series of options on the screen; A, B, C, D.

    On the Z10, they can only use the touchscreen, but they want users on a Q10 to keypress A, B, C or D and who trigger this selection as option.

    Is this available in th WebWorks API?

    Yes, you can do it with event listeners and the keypress or keydown events.

    When a user presses keyboard events, these events are triggered, and then you can map them to appropriate the JavaScript functionality.

    Here is an example that illustrates the main events:

    http://BlackBerry.github.IO/WebWorks-samples/kitchenSink/HTML/browser/KEYEVENTS.html

    Here is a code snippet that should help you to solve your problem:

    window.addEventListener("load", function(ee) {
    
       document.addEventListener("keydown", function(e) {
          var theChar = String.fromCharCode(e.keyCode);
    
          switch(theChar) {
    
             case "a":
                alert("a");
                break;
    
             case "b":
                alert("b")
                break;
             default:
                alert("unsupported char : " + theChar)
          }
    
       },  false);
    
    }, false);
    
  • What type of internet connection for my application using BB10 (Native)?

    Hello

    If is it possible to know to check the name of WiFi in the BB10 (Native) application development?

    How will I know that my application is connected to the WiFi or cellular network in the development of BB10 (Native) applications?

    Take a look at my solution here.

    Bhargav11 wrote:

    Hello

    If is it possible to know to check the name of WiFi in the BB10 (Native) application development?

    How will I know that my application is connected to the WiFi or cellular network in the development of BB10 (Native) applications?

  • Is it possible application kernel BB10 call BB android Runtime?

    Hello everyone, I'm trying to call BB10 core application Android app, but get the error saying "action not taken in charge.

    Here's the code to start the BB AppWorld from the Android app

    URI uri = Uri.parse("appworld://"); "

    Intent intent = new intent (Intent.ACTION_VIEW, uri);

    startActivity (intent);

    It works very well. But when I replace "appworld: / / ' with the Uri of a native app, it shows me ERROR.

    Waiting for your response.

    Thanks in advance

    -Abid

    Only some system applications can be started this way of Android.  Launch of a 3rd party native app for Android is currently not possible.

  • How to call adobe pdf reader to open the PDF files in your application BB10?

    Hi all

    Can anyone please write an example of cascades showing how to call adobe pdf reader to open PDFs inside my BB10 stunts application?

    Thanks,.

    Mohanad

    This is how to do it:

    https://developer.BlackBerry.com/Cascades/documentation/device_platform/invocation/AdobeReader.html

  • How to call the BB10 file manager?

    Hello

    Is it possible to open a native file bb10 Manager application of webworks? I've not found anything expect the api file picker that is not exactly what I want. I have to just call/open the file manager inside a folder that is created by the app.

    tips are welcome.

    Thank you very much

    No I don't think so. The docs invocation page: Basic applications does not include the application of file manager: https://developer.blackberry.com/html5/documentation/invoking_core_apps.html

    The file picker has been designed to give applications an easy way to activate the file selection.

  • Launch/capture camera on BB10

    Hello

    I want to know if I can throw the camera of my Adobe AIR on BB10 device application.

    Can someone point me to the code that does the following:

    • Launch the rear camera.
    • Add headphones to check the operation of Image captured/canceld.
    • Get the refernce to saved image OR get the bitmap of the captured image.

    Thank you!

    Look at the sample code of jtegen in this thread - haven't tried myself yet, but his stuff usually works :-)

    http://supportforums.BlackBerry.com/T5/Adobe-AIR-development/how-to-open-camera-in-PlayBook/TD-p/204...

    (the thread title refers to the PlayBook, but the code should actually work in BB10)

    Anna

    My app: Get set - get up!   Get ready for the revolution snooze.

  • Porting native Apps for BB10 playbook

    I have 2 games running for PlayBook (so 2.0), already published on appworld.now decided to their device BB10 port also. Like my apps are developed naively and using OpenGL 2.0 how many will of work required.

    is there is no Playbook to BB10 port applications guide.

    I need to download the binaries for playbook and BB10. So what is the name of the package, the two could be same? Or my application will have separate names for the two (Playbook and BB10).

    I have an application Native + OpenGL for PlayBook and BB10. You will have no problem porting to BB10, you only take care of the different screen size.

    And Peter is right. You must present the version for BB10 wearing the same package id and version should be different for BB10. To keep my versions "in tact" I simply add 100 for the last byte for BB10 package. For example - version 1.0.1.1 for PlayBook and version 1.0.1.101 for BB10.

  • Set up for the signature of 10 BlackBerry applications (error: null)

    Hello

    I am recording my WebWorks for BB10 debugging application token so I can try an application on a device (Playbook). I followed the exact steps that lie in this documentation: https://bdsc.webapps.blackberry.com/html5/documentation/ww_publishing/signing_setup_bb10_apps_200839...

    When I run the command:

    blackberry-signer -register -csjpin 
        -storepass  
        
    

    All I get is the following:

    Info: File created CSK

    Error: null

    He does all the work and failed in the last step which is supposed to create the author.p12 file. The ' error: null "really doesn't tell me much about what is the problem. The people who work on it really should display error messages that are more appropriate.

    So my question is: Y at - it a newspaper or something that I can work on this error? Does anyone have an idea what is a failure because I did several times and each time that I make sure that I don't the steps correctly, so I do know not what is happening here.

    I would really appreciate help with this.

    Thank you

    I'm all in Windows 7 and I installed SDK BB10.

    Hello

    Could you share the exact command you run for blackberry-signatory? In this case, we'll pretend your PIN is MYPIN and KeystorePassword MYKEY.

    Also, could you please confirm if all the files (sigtool.db, sigtool.csk and author.p12) exist in this folder:

    %HOMEPATH%\AppData\Local\Research in motion

    Alternatively, it may be worth trying this registration / P12 generation with the help of graphics:

    http://supportforums.BlackBerry.com/T5/testing-and-deployment/BlackBerry-Tablet-OS-graphical-aid/TA-...

    Normal 0 false false false fr X-NONE MicrosoftInternetExplorer4 / * Style Definitions * / table. MsoNormalTable {mso-style-name : « Table Normal » ; mso-tstyle-rowband-taille : 0 ; mso-tstyle-colband-taille : 0 ; mso-style-noshow:yes ; mso-style-priorité : 99 ; mso-style-qformat:yes ; mso-style-parent : » « ;" mso-rembourrage-alt : 0 à 5.4pt 0 à 5.4pt ; mso-para-margin : 0 ; mso-para-marge-bottom : .0001pt ; mso-pagination : widow-orphelin ; police-taille : 11.0pt ; famille de police : « Calibri », « sans-serif » ; mso-ascii-font-family : Calibri ; mso-ascii-theme-font : minor-latin ; mso-fareast-font-family : « Times New Roman » ; mso-fareast-theme-font : minor-fareast ; mso-hansi-font-family : Calibri ; mso-hansi-theme-font : minor-latin ; mso-bidi-font-family : « Times New Roman » ; mso-bidi-theme-font : minor-bidi ;} http://opensignalmaps.com/reports/fragmentation.php

  • Cannot run application installed bar folder

    When I choose run in the QDE my app work perfectly but when I buil the release device and the side loading for my Dev Aplha has assistance from the Playbook of Chrome Manager

    https://chrome.Google.com/WebStore/detail/BB10-PlayBook-app-Manager/kmbaalodpmjjhpobkgljnelbpblnikkp

    He is stuck at the start-up screen.

    I can not detech what will happen to my application because I can't debug using the sideload app.

    Someone give me some advice?

    I found the problem.
    I put my database file in the 'active' file aside and BB10 prevent application change it.

    Now, I should put my database to an another Plaks

  • Error in build Simulator target

    I'm new to BB 10 Web work 2, while trying to debug via Simulator, I get the following log?

    [INFO] The application of filling source
    [INFO] The analysis of config.xml
    [INFO] Generation of output files
    [WARNING] Cannot find the debugging token. If you have an existing token of debugging, copy it to C:\Users\Student\.cordova\blackberry10debugtoken.bar. To generate a new token of debugging, choose 'run '.
    [INFO] WARNING: Cannot find default icon or application
    [INFO] Package created: C:\Users\Student\WebWorks Projects\MyTime\platforms\blackberry10\build\simulator\bb10app.bar
    [WARNING] Cannot find the debugging token. If you have an existing token of debugging, copy it to C:\Users\Student\.cordova\blackberry10debugtoken.bar. To generate a new token of debugging, choose 'run '.
    [INFO] WARNING: Cannot find default icon or application
    [INFO] Package created: C:\Users\Student\WebWorks Projects\MyTime\platforms\blackberry10\build\device\bb10app.bar
    [INFO] BAR complete packaging

    Is there a Setup error in SDK?

    MShom, I was able to get a debugging managed without warning by bb10app.bar copy of C:\Users\Student\WebWorks Projects\MyTime\platforms\blackberry10\build\simulator in C:\Users\Student\.cordova file and rename it to blackberry10debugtoken.bar.

    Can I know why the bar file generated in the form bb10app.bar and BB10 WW2 application blackberry10debugtoken.bar?

    [INFO]    Populating application source
    [INFO]    Parsing config.xml
    [INFO]    Generating output files
    [INFO]    Warning: Cannot find application or default icon
    [INFO]    Package created: C:\Users\Student\WebWorks Projects\MyTime\platforms\blackberry10\build\simulator\bb10app.bar
    [INFO]    Warning: Cannot find application or default icon
    [INFO]    Package created: C:\Users\Student\WebWorks Projects\MyTime\platforms\blackberry10\build\device\bb10app.bar
    [INFO]    BAR packaging complete
    
  • Structure of good app to make high-level navpane on pane tabs?

    What is the structure of the correct application for objectives menu navigation, slide-top like for example 'settings' and 'About' pop on top an application with a tabbed pane as its structure of high level, in a navpane - like fashion?

    See for example the menu of top-parameters for the BB10 calendar application.  At the top of the structure nav app we have tabs views for the month, day, week, agenda, etc., but no matter what the tab showing, we are on, settings page invoked since the application slide-top menu appears on top of the active tab.

    When I try to place a TabbedPane inside a NavigationPane, QML editor gives the error message:

    "'FirstPage' default property value type mismatch. Waiting for Page and found TabbedPane. »

    I guess I could put a navpane within each tab, but first of all, it's bad code factoring for slide-top action menu (it should be set in one place), and secondly, it would require me to determine the active tab in the menu slide-top manager and push the target page navigation - from the active tab calculated.

    Conceptually, I'm trying to do something like this:

    import bb.cascades 1.3
    
    NavigationPane {
        id: navigationPane
    
        attachedObjects: [
            ComponentDefinition {
                id: infoPageDefinition
                source: "asset:///infoPage.qml"
            }
        ]
        Menu.definition: MenuDefinition {
            actions: [
                ActionItem {
                    title: "Info"
                    imageSource: "asset:///images/ic_info.png"
                    onTriggered: {
                        var infoPage = infoPageDefinition.createObject();
                        navigationPane.push(infoPage);
                    }
                }
            ]
        }
    
         TabbedPane {
    
             tabs: [
                 Tab {
                     // Tab 1 stuff
                 },
                 Tab {
                     // Tab 2 stuff
                 }
             ]
         }
    
        onPopTransitionEnded: {
            // Destroy the popped Page once the back transition has ended.
            page.destroy();
        }
    }
    

    in order to have a similar structure to the calendar app nav app.

    You don't need to have the specific content of the tab inside the tab itself. You can use a NavigationPane + Page with tab specific containers, move that visible on the signal of onTrigger tab. Then, you can push everything you need on top of the NavigationPane.

  • Q10 blackBerry weird behavior when replying to emails

    Hey everybody,

    I wonder if something is wrong with my Q10.

    When replying to mails everything looks normal on my device, but after sending it, I see that the original message is not quoted. City by I mean the ">" prefix emails in plain text format. It is quite confusing because the message header and the original message are not formatted or whatever.

    It gets even worse when I do the answers online. You cannot differentiate between answer and the original message.

    Any ideas what's wrong here or is the normal behavior of the BB10 messaging application?

    Q10 is not quoting the original messages with ' > '.

    It's just the addition at the end with headers:

    Original message

    From:

    Envoy:

    TO:

    Object:

    This is a normal behavior.

  • BlackBerry Z10 Z10 backup fails at around 20%

    Hello

    I need help, to know why when I try to save my Z10, it fails around 20% full. I used 13.2 GB on the device so backup should take some time, but it never gets done. It gives me an error message indicating that the backup was not successful; and when I look at the details, he said that he had a connection problem, or that the aircraft was not on.

    I read on another post that there could be a problem with information from an older BB device having transferred. Initially, I made a switch to a BB9900 of T-Mobile to a Verizon BBZ10; then traded again Verizon for a T-Mobile Z10.

    I also read that you need the wide mass storage mode. I can confirm that I did.

    Help, please

    I was finally able to back up my camera. After reading several posts of the forum I've become convinced it's a specific application. So I deleted all my apps loaded and all my apps game large (500 + MB). I didn't / don't have time to go well and remove one by one to find the culprit.

    So, if you cannot back up your trial device BB10 removing applications.

  • Event QtQuick App cannot play the sound on the playbook + other problems

    Hello

    I wore a qtquick running on BB10-based application successfully. My long-term problem, it's that my applications cannot play the .wav sounds. He used the QtMobility on symbian. I am looking for a replacement and trying to adapt with open AL example in BlackBerry Github, but hopeless.

    Here is the source code: https://gist.github.com/fe1fcbbb6753bb7ff06b

    I'm lie the audio to the qtquick with the setcontextproperty method qml file. I checked with console.log () it is called.

    I wonder that the problem between the location of the file or the method is not called.

    my sounds is located under directory

    QML/stem/sounds/from the root.

    I also find that I don't see no output from qDebug.

    I use the Qt Creator for PlayBook. I wonder if I can use the momentics?

    Thanks for help. I expect to release my app before the release of BB10

    I have my solution for this problem. I opened my .pro via momentics IDE. I clicked the right mouse in the project > set up > add libraries > check list all libs > then follow the cheats provided to change the .pro files. Simple and it works.

Maybe you are looking for

  • Should I install iOs 8 on my iPad 2?

    I have an old iPad 2 with iOs 7.1.2. I don't the had not used for a long time and have recently begun to use on a daily basis. It works well, but there is if courses, some applications and others who demand the latest iOs systems. At the time when iO

  • Satellite A200 PSAE3E - no loading and opening at startup Flash cards

    I have a Satellite A200 PSAE3E and noticed recently that Flash cards do not appear now when I move my mouse to the top of the screen pointer.I checked that the program is set to start when the laptop is turned on and I looked at the settings for the

  • USB-6009 has stopped working.

    Hi all I used a usb 6009 to turn on or turn off a transistor when two digital signals have been read on pins 0,0 and 0,1. 6009 usb has now stopped working and is not flashing or showing up on top of my laptop or other computers. + 5 volts pin has bee

  • I'm trying to reference NationalInstruments.DAQmx in my application c# but build error

    I'm trying to reference NationalInstruments.DAQmx.dll in my c# application but get error of next generation. No idea how to solve this problem? WARNING 1 the referenced assembly 'NationalInstruments.DAQmx, Version = 9.4.40.50, Culture = neutral, Publ

  • Help on error to find

    Hi, I have a wrote a VI to operate a lamp using labview connected to Arduino Yun. Apparently, light is able to start, but there are delays during the rotation of the lamp power. Can someone understand where I was wrong? I will much appreciate it if s