Gallery app on Dev Alpha?

Hello

I'm porting an application that needs to use a build-in photo gallery application to allow the user to select an image. As I see there is currently no such application on device Dev Alpha. So my question would be, how can I implement this feature, is there any class of Cascades exists for this or do I have to do completely in hands like I did on PlayBook for one of my Qt applications? (Invoker method does not work because there is no present gallery app on the device). Thanks in advance

Hello

You must use FilePicker

      attachedObjects: [
          FilePicker {
              id: imgPicker

              title: qsTr ("Image")
              mode: FilePickerMode.Picker
              type: FileType.Picture
              viewMode: ViewMode.GridView
              sortBy: FilePickerSortFlag.Default
              sortOrder: FilePickerSortOrder.Default

              onFileSelected: {
                  imgFile = selectedFiles[0]
              }
          }
      ]

In addition, you can call PlayCloud

http://www.ProgWeb.com/BB10/playcloud/IMG_00000022.PNG

Or: http://www.progweb.com/bb10/playcloud/

Kind regards

Nicolas

Tags: BlackBerry Developers

Similar Questions

  • White screen when the deployed test app on dev alpha, but ripple is very well?

    I've been creating a webworks for awesomeness UI using bbUI.js application.  When you use visual studio to create the application and the Wellington test, all was well and allowed me to test.

    However, when I load the application on the alpha of dev (debugging token and all) and try to start, I get a blank screen.  What is more strange when I try to open the web Inspector, I see nothing being loaded for the network and all I see is the basic HTML code.

    I tried to deploy two separate unsuccessful applications.

    Is there something I can do to try to test / close to the bottom of this problem?

    Y at - it traps? When I'm building a bar with bbwp, I just get statements of information with a warning about the features of my config.xml file that is currently not used.

    Hello

    Check that the value of your piece of content in the config.xml file is correct. Make sure you're building with SDK gold and referencing webworks as local://chrome/webworks.js.

    Thank you

    Bryan

  • Impossible to test in app dev alpha A

    Hello

    I need to test in-app on my alpha dev A. I purchase followed all of the steps for testing in sandbox mode. But when I try to add the release that it does not show the option for alpha dev and so I get the "Not available for this device" message when trying to download app on app World sandbox mode.

    I need to test in-app. How can I do?

    I've just loaded Alpha-A Dev with the last external beta, 10.0.10.263 and was able to find and install downloaded applications only for Z10 models that dev Alpha was not as a device supported successfully.

    After making the changes on the supplier portal, it may take up to 6 hours for those on the device because of caching.

  • WebWorks app no longer works after update of Dev Alpha

    So I tried to transfer my playbook to the BB DevAlpha application and it worked very well mostly on the alpha of dev, but since the update, I can't open up my application. It will open to a blank black screen just and do nothing at all. In closing, I get an error: "application does not handle the message 'Quit' and was slayed. It seems that the app is the gel, but it could also simply not start at all.

    Nothing appears in the web Inspector, so I think that it is not starting.

    The app was developed originally on the playbook in which she worked well, he also worked for the most part very well (with the exception of a question of content layout) on the BB Dev Alpha of the original OS. But after the update of the OS. It doesn't seem to work at all.

    So I am really confused as to why it suddenly stopped working.

    What is wrong with him?

    Read this:

    https://developer.BlackBerry.com/HTML5/documentation/getting_started_with_bb10_ww_sdk_2007056_11.htm...

    For each web page in your application, you must include a script tag that links the webworks - version > .js file:

    
    

    You must copy the webworks - version > file .js in your application. Make sure that your application uses the version of this file that corresponds to the current version. You can find thewebworks - version > .js file in one of the following locations, depending on your platform:

    • Windows XP: C:\Program Search SDK WebWorks Motion\BlackBerry 10 version > \Framework\clientFiles
    • Windows 7: C:\Program Files (x 86) \Research Motion\BlackBerry 10 Development Kit SDK WebWorks version > \Framework\clientFiles
    • Mac OS: Developer/SDK/Research In Motion / BlackBerry WebWorks SDK 10 version > / framework/clientFiles
  • Not able to read the BB10 Dev Alpha contacts (door Android app)

    Hi friends,

    I wore my Android app that exports the contacts into a CSV file that is stored on the SD card.

    When I run this app on my device BB10 Dev Alpha B, it creates an empty file.

    I guess that the BB10 Android runtime does not support the access contacts in BB10.

    Is someone can shine some light on this issue?

    Thank you

    Hemant

    Hello world

    I hope I can clarify what is supported in the BlackBerry Runtime for BlackBerry 10 Android applications when it comes to support of Contacts.

    Currently, support is in place to add an entry in the Contacts list to either contact existing, or by adding a new contact to the list. This can be understood as write-only access. We do not query the list of contacts or save existing contacts. There was some security issues behind the decision to only allow this access level, but as always, we are open to discussion of different use cases.

  • Problem running QtGui / app GraphicsView on Dev Alpha

    Hi guys,.

    I'm trying to port a Harmattan on BB10 app with little success. I obviously it changed so that "haptic" uses VibrationController and QMediaPlayer replaced by MediaPlayer. QAccelerometer I used as-is from QtMobility. Other than that, I generated a new project of Cascades in the NDK, copied the source files in the folder source (qml to assets) and followed these instructions: http://www.maemopeople.org/index.php/jaffa/2012/06/20/initial_success_in_porting_harmattan_sym

    My program is compiled, but never reaches int hand (...). This is the beginning of main.cpp:

    #include 
    #include 
    #include 
    #include "mygraphicsscene.h"
    Q_DECL_EXPORT int main(int argc, char **argv)
    {
        fprintf(stdout, "reached this\n");
        fflush(stdout);
        qDebug() << "testing debug\n";
    

    None of the above messages appears when you run the application on the Dev Alpha.

    Here is the .pro (my game using opengl in graphicsview), the Makefile and bardescriptor, if theyre all help:

    APP_NAME = testapp
    
    CONFIG += qt warn_on cascades10 mobility
    QT += core declarative opengl
    MOBILITY += sensors
    LIBS += -lbbsystem -lbbmultimedia -lbbdevice
    INCLUDEPATH += ../src ${QNX_TARGET}/usr/include/qt4/QtCore
    DEPENDPATH += ../src ${QNX_TARGET}/usr/include/qt4/QtCore
    
    include(config.pri)
    
    QMAKE_TARGET  = testapp
    PROJECT_DIR   := $(dir $(word $(words $(MAKEFILE_LIST)),$(MAKEFILE_LIST)))
    I18N_DIR      := $(PROJECT_DIR)/translations
    
    include mk/cs-base.mk
    
    
    http://www.qnx.com/schemas/application/1.0">
        com.example.testapp
        testapp
        1.0.0
        1
        The testapp application
        mja
        gYAAgAQEBXEMkIBptFYS5lLFGpY
        
            none
            false
        
        core.games
        
           armle-v7
           testapp
        
        
           Qnx/Cascades
           armle-v7
           testapp.so
        
        
           armle-v7
           testapp
        
        
           x86
           testapp
        
        
            icon.png
        
        icon.png
        assets
        
            
        
        run_native
        read_device_identifying_information
        access_shared
        
        
    
    

    I know it's hard to fix something like that, but maybe that someone has faced problems with graphicsview?

    Well, got running and have really no idea what I did. Let's see if I can fix the remaining bugs.

    Edit: once I got the correct libraries loaded, I think it's mistakes in qml who crashed the app.

  • dropdowns jQueryMobile freeze all browser/app on BB10 Dev Alpha

    Hello

    I tried to transfer my PB to BB10 application and has encountered a problem with dropdown lists jQueryMobile. When I clicked on one of them I could not do anything else in the application (web Inspector remote display any errors in the console).

    I thought it's something on my app, but the same behavior can be reproduced from browser Dev Alpha to http://jquerymobile.com/demos/1.1.1/docs/forms/forms-all.html - there are 3 drop-down menus down - the two first drop down menus freeze browser, only the last one works.

    Any ideas?

    PS. Yes, I want to move to bbUI, but this behavior is disturbing even when

    Dropdowns JQM work on more recent (10.0.9.388) operating system, so I am happy with the fence wire.

    Thanks for the support

  • Missing the download button for my application on request BB 10 Dev Alpha App World

    I created a new version of my 'Speech Timer more' application to make it compatible with BB10 Dev Alpha. It has been approved and is now available on the App World for Playbook and BB 10 Dev Alpha. I could download on Playbook. But there is no download button for my application on BB 10 Dev Alpha App World.

    Have someone has the same problem? It's a problem with the app from App World, the App World platform or my package?

    Kind regards

    Sergey

    Hi Sergey,

    There is a known issue with App World now prevents application installations. This should be resolved in a future release.

  • installation bar on Dev Alpha: 810/var/tmp/bar_665560 failure: cannot access the Member "META-INF/MANIFEST. MF'

    Can someone tell me what in the world does that mean? Get this error when trying to install my application signed my BB10 Dev Alpha device. This error is new to me.

    I troubleshoot-made with Marco a little offline time. Here were the issues being not package and deploy properly, I hope this will help others as well in the future.

    The problem was just a few things.

    Config.Xml

    -Lack of ownership application in the widget element ID

    http://www.w3.org/ns/widgets"
          xmlns:rim="http://www.blackberry.com/ns/widgets"
            version="2.0.0.0" id="your_app_id_goes_here">
    

    Index.html

    -Lack a script include.  I always use the Web Inspector Network tab to make sure all my includes load.  It's amazing to see how many times I did it personally

    -Lack of script include the WebWorks JavaScript BB10.  Don't forget with BB10, we include this

    -Missing "webworksready" event listener.  In the case of Marco, that didn't alter his app, but we must wait for this event before calling WebWorks API now.

    Practical links

    Example of file config.xml blackBerry 10

    https://developer.BlackBerry.com/HTML5/documentation/code_sample_creating_a_bb_widget_config_documen...

    Examples of 10 blackBerry applications

    https://github.com/BlackBerry/BB10-WebWorks-samples

  • BB 10 Dev Alpha Simulator 10.1 beta - screen resolution

    I couldn't get my Android app BAR file to install on the current version of the BB 10 Dev Alpha Simulator (10.0.10.261) so I tried to install the Beta 10.1 Simulator and my app installed first and short big.  The only problem is the screen seems to be much smaller than the 10.0.10.261 version, I read in the release notes that the resolution is only 720 x 720.  Is it possible to change this?  Or can we expect a resolution screen than the final version?

    Thank you

    Jonathan

    I realize now it's the resolution for the upcoming phones of the physical keyboard BB10 (X 10).

  • After wiping Dev Alpha, it gets stuck

    I recently installed the updated BB10 with the hub. I found that something was wrong with the update that I couldn't connect to BBID little matter what I tried. So, I did a cleanup of security of the device.

    Now when it restarts, it shows a litte with a USB phone to a computer. When I plug it into the USB or the phone or the computer acts as something that happened.

    If I don't touch it, the dev alpha turns off, then when I turn it on again, same thing the usb screen. I need to finish a few apps and test them, I don't know what to do. Can someone help me?

    The automatic charger for Windows and connect the device to the computer windows using a US cable. Run the automatic charger. It starts by itself. If this isn't the case, keep the button of the unit alpha dev for at least 15 seconds.
    The autoloader should now be able to connect to the romantic boot and start updating your device and wipe all content.

  • Dev Alpha Crash

    Hi all. My Dev Alpha had five crash in two days... If stay an hour standby... accident!

    I had install only two Apps...

    Help me!!

    Can you be more specific as to what 'crash' means?

    This term generally refers to a situation where a program ends abnormally, usually with a visible error or exception dump core any.

    Most (all?) of us with Alphas is certainly another problem frequently, where the touchscreen unresponsive and the camera seems to be frozen.

    Often this occurs at startup, and you need to reset or reboot several times (4 - 5 times) before you can get it to respond.

    Is your 'crash' simply a case of the unit "locking up" like that? If so, I doubt, that there is nothing you can do to improve the situation, with the exception of waiting for the update.

    I let mine all the time now (connected) simply to reduce the probability of what happens, even if I am not sure it helps.

  • How to install the BlackBerry Java application in BlackBerry 10 Dev alpha

    Hello

    Does anyone know how to install the BlackBerry Java application in BlackBerry 10 Dev Alpha. I am able to wear an Android app in worms BlackBerry Dev Alpha 10. But there is no idea to install application developed with BlackBerry Java SDK 7.1 in verse 10 BlackBerry Dev alpha.

    Thanks in advance.

    I guess what pradeep_ch is correct,

    FYI,.

    http://supportforums.BlackBerry.com/T5/Java-development/DevCon-update-BB-Java-is-dead-no-Java-suppor...

    Thank you

  • The skin lack of asset Classes after Dev Alpha update 10.0.9.1103

    Ouch, last night I presented version of my app BB10 - this morning I am updating my Dev Alpha and the app works more... :-(

    It seems that the problem is with some qnx.fuse.ui controls:

    When I create a drop down list I get this error:

    Error: Skin Asset Class with identifier scroll_bar does not exist!
        at qnx.fuse.ui.theme::ThemeBase/getSkinAsset()[E:\hudson\workspace\BB10_0_09-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\theme\ThemeBase.as:67]
    

    And for the SegmentedControl of it:

    Error: Skin Asset Class with identifier segmented_control_background does not exist!
        at qnx.fuse.ui.theme::ThemeBase/getSkinAsset()[E:\hudson\workspace\BB10_0_09-AIR_SDK_API\src\qnxui\src\qnx\fuse\ui\theme\ThemeBase.as:67]
    

    I updated to beta 4 of the SDK and checked that qnx.fuse.ui.skins.QNXSkins is packed.

    My own code is no not no matter what count, I was going to just to use the default value.

    Does anyone know what I can do to fix this?

    Anna

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

    Inspired by a known issue with 64-bit Win mentioned in the release notes for the beta 4 SDK, the DONKEY just removed from the packaging and the path of construction, cleaned the project and added fees (4.6 FB) - and now everything works!

    (Note that my previous SDK installation has been at the same location as new and my path to the donkey was exactly the same as it is now, in C:\Program Files (x 86), so if anyone has weird questions it might just be useful to import donkeys even if files program Program Files (x 86) vs problem described in the release notes does not apply.)

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

  • Orientation landscape BB10 Dev Alpha

    Hey there,

    I'm looking to have a landscape for playbook and BB10DA (BB10 Dev Alpha) application. The playbook, it will default to the landscape and all is peachy. However when I run the same application on BB10DA the phone is locked to a portrait orientation making the app behave strangely. The keyboard is the portrait and the gestures of the bezel also. I have my rendering and input adjustable thanks to Cocos2d-x, but the OS needs to recognize that I want the phone to be landscape only for this application.

    Is it possible to do currently?

    -Xoorath

    In your file of bar - descriptor.xml, you can add the following inside the element

    landscape
    

    Which I think should work.

Maybe you are looking for

  • Have to reboot several times my Airport after the upgrade of the modem at Cisco DPQ3212

    Since the mobile phone cable modem and have installed by Cox, I found that my Airport stops working anywhere from 1 to 12 hours later. The telephony service is NOT disturbed. If I directly connect my MacBook Air to the cable-phone modem, I'm constant

  • Since the update to Firefox 22 Twitch.tv does not load the player more

    I've just updated to Firefox 22 and no Twitch.tvplayer simply does not load. Just a black rectangle where the player is supposed to be and if I right click in this area, I get the same menu as everywhere else, which means that the player certainly di

  • [Ideapad Z480] Dolby Home Theater suddenly does not work

    Hi all I have a problem with home theater dolby (DBT as I call it) today. I explain it. well, that's how. usually when DBT is off, the volume is normally low and all those that somehow the normal speaker settings. When I click on the DBT icon on the

  • Bateria Energia

    MEU tem uma mensagem netbook no icon da bateria: "Conectado mas sem carregar. Netbook nao works sem o cabo. SE o cabo ele desliga puxo. O what to do? ELE acaba voltar da assistencia tecnica apos ter comprado a little tempo. Faith trocado o HD Grato.

  • my webcam picture clearity is not good dark picturs

    I have a laptop lenovo B570, the webcam is not at all clear, I'm not able to put it... the image displayed by the latter is very dark... kindly help...