Questions tagged [blackberry-10]

BlackBerry 10 is a QNX-based mobile platform developed by BlackBerry (formerly Research in Motion). It is the successor to the BlackBerry Java platform and was launched to consumers on January 30th 2013. Be sure to read the tag wiki (click on learn more) before selecting question tags.

BlackBerry 10 is a QNX based mobile platform created by BlackBerry (formerly Research in Motion). The officially supported development approaches are:

  • Native (C/C++) - This includes a UI framework called Cascades which developers can use to design and layout UI components

  • WebWorks (HTML5) - BlackBerry® WebWorks™ allows web and mobile web developers to use the SDK in combination with their development tooling of choice to develop, test and package up their web applications for BlackBerry tablets and smartphones.

  • Android runtime (Java) - BlackBerry 10 includes the Android 4.2.2 (Jelly Bean) runtime so Android apps can be repackaged to run on BlackBerry 10 devices

  • Adobe AIR (Actionscript) - BlackBerry 10 includes the Adobe AIR runtime to allow AIR apps to be repackaged to run on BlackBerry 10 devices

  • Development for BlackBerry OS - Use your existing JavaScript/CSS/HTML skills to bring your app to existing smartphone users. Develop using HTML5, JAVA, Theme Studio

BlackBerry 10 was officially launched to developers in May 2012.

The operating system, as well as two devices, the Z10 (a full touchscreen device), and the Q10 (a device equipped with a physical keyboard), were announced simultaneously around the world on January 30, 2013.

When asking a question, please use one of the following tags to specify platform:

For simulator do not use tag, instead use . For Eclipse plugin use .

1386 questions
2
votes
3 answers

BB 10 cascades maps

I have been looking at the samples for BB10 maps but I am just not really understanding it. Does anyone have a link or a basic tutorial how I can get a default map to display on the device. Nothing fancy, just a simple map or a link to "bb 10…
user1158745
  • 2,402
  • 9
  • 41
  • 60
2
votes
2 answers

Text Field hiding while enabling keypad in blackberry10 cascades qml

I am having a TextField in qml layout, while enabling the keyboard the first TextField is showing and below all the TextField is hiding. How do I solve this issue?
Vendetta
  • 513
  • 2
  • 16
2
votes
1 answer

Re-sizing the border in a Image View Blackberry10 cascades

i need to set a image-view it should have the square curve round at the edges ,How to do this can anyone send me some solution to do this
Vendetta
  • 513
  • 2
  • 16
2
votes
3 answers

Launching a BB10 application by clicking a link in the browser or email

Is it possible to register an application to be launched when a specific URL is requested in the browser, email or bbm? For example I would like when the user clicks on a link flycraft://replay/123 my app to be launched and passed the URI.
HarKal
  • 71
  • 7
2
votes
3 answers

Does Qt::createQmlObject ( string qml, object parent, string filepath ) work in BB10 Cascades?

var newObject = Qt.createQmlObject('import bb.cascades 1.0; Label {text: "Hold on cowboy!" }', parentContainer, "dynamicSnippet1"); It runs, and an object is returned, but it never shows on the screen. I have parented it to a container in my page…
dmdrummond
  • 184
  • 1
  • 7
2
votes
1 answer

How to detect network in Blackberry 10 Dev Alpha Simulator using qnx.net.NetworkManager on Air SDK

I'm trying to detect internet connection of the simulator using this code if ( NetworkManager.networkManager.isConnected(NetworkType.WIFI) || NetworkManager.networkManager.isConnected(NetworkType.CELLULAR) ) { //we have connection!! …
Hugo A
  • 413
  • 2
  • 6
  • 23
2
votes
2 answers

Adding QtCore Library in blackberry 10 sdk

Hi guys I am creating a simple game using cocos2d-x and blackberry. I need some place to store my game settings, something similar to shared preferences in ios and android. I found some code using qsettings, but the problem is I am not able to add…
Geo Paul
  • 1,777
  • 6
  • 25
  • 50
2
votes
1 answer

How to implement the Button click event on listview in blackberry 10 cascades qml?

I have a list view with buttons but am not able to triggered the click event for buttons in qml blackberry 10 ? Can anyone help me about this regards, ListView { verticalAlignment: VerticalAlignment.Center horizontalAlignment:…
SelvaRaman
  • 218
  • 2
  • 15
2
votes
2 answers

Blackberry Android Native Live Wallpaper?

I am currently looking into porting some of my Android Live Wallpapers to Blackberry. Is this possible? I can't seem to find any info about whether or not Blackberry devices support Nartive Android Live Wallpapers.
Eurig Jones
  • 8,226
  • 7
  • 52
  • 74
2
votes
1 answer

How to get values from check box selected item in blackberry 10 cascades..?

I have a listview with checkbox. I want to get the values of selected items in the list view. How can i achieve the above..? I have posted the screenshots below : This is what i have tried : // List view declaration and its elements : ListView { …
Vendetta
  • 513
  • 2
  • 16
2
votes
1 answer

Pop all the pages except first page BlackBerry 10 Cascades?

How to pop all the pushed pages except first page in BlackBerry 10 qml?
SelvaRaman
  • 218
  • 2
  • 15
2
votes
1 answer

How to implement GRID/TILED Image View with scrolling in BB10

I want to implement GRID/TILED Image View where tile images will be drawn on the fly after being downloaded. I want to be able to do pinch/zoom and other touch actions in it. Say, If I pan the view, new tiles will be loaded and drawn on the view…
Tahlil
  • 2,680
  • 6
  • 43
  • 84
2
votes
2 answers

Error Entry-point asset is required in Configuration Default when importing blackberry 10 sample project?

I am getting error, Entry-point asset is required in Configuration Default, when I import Blackberry 10 sample app. I can see the error in bar-descriptor.xml in assets tab and there is no configuration. How can I solve that?
Indra KP
  • 169
  • 2
  • 11
2
votes
2 answers

How to pass a var from one page to another in blackberry 10 cascades?

How to pass a data (ex userid ) from one page to another page in blackberry 10 qml ?
SelvaRaman
  • 218
  • 2
  • 15
2
votes
1 answer

barcodereader sample application

I am using the barcodereader sample application provided in the cascades samples to embed a QRCode scanner into my application. As it stands the sample is great, but I want the scanner to open as soon as the user navigates to my screen and I want to…
Douglas
  • 31
  • 1