Select BlackBerry Cascades UI File

I created a BlackBerry Cascades-UI project. I use QML to determine the appearance of the user interface. I need to provide the user with a method for selecting an image from the device’s photo gallery after the screen has been touched.

Does anyone have an idea on how to provide a list on the screen with all the images in the gallery and their corresponding names after the touch event fires?

+4
source share
2 answers

Perhaps someone would like to know, although no one answered.

There is currently no Photo Gallery dialog box (although it has been announced and is likely to be released in an update in the near future). Nevertheless, you can call the dialog for selecting your own file from another stream. For more information about this, head over to the Cascades support forums and find a topic called "Using the built-in file and file browsing dialog in Cascades."

Here's a link .

+4
source

in beta 3 you can use the file collector to select the file (s)

+4
source

Source: https://habr.com/ru/post/1414475/


All Articles