Questions tagged [blackberry-cascades]

BlackBerry Cascades framework contains tools and APIs that you can use to build rich applications using Cascades libraries and Qt libraries.

The Cascades framework includes the following:

Cascades UI and platform APIs

You can use the Cascades UI APIs to create stunning interactions, while the platform APIs provide access to the underlying features of the BlackBerry Application Platform. You can use the Cascades UI and platform APIs to do almost anything you need to create great apps, including:

  • Develop your UI in C++, Qt Modeling Language (QML), or both
  • Take advantage of core UI controls, or expand on them and create your own custom controls
  • Communicate over mobile and Wi-Fi networks
  • Record and play media files
  • Store and retrieve data
  • Manage certificates and use cryptographic protocols

Cascades Builder

Cascades Builder is built into the QNX Momentics IDE and lets you design your UI using a visual interface. When you change the code that represents your UI, you can see the effects immediately in the design view.

Qt APIs

The Cascades framework is built using the Qt application framework. This architecture allows Cascades to leverage the Qt object model, event model, and threading model. The slots and signals mechanism in Qt allows for powerful and flexible inter-object communication. The Cascades framework incorporates features of fundamental Qt classes (such as QtCore, QtNetwork, QtXml, and QtSql, and others) and builds on them.

Source Code

Sample Source Code at Developer Site

Cascades-Samples Code at Github

Cascades-Community-Samples at Github

Documentation

1. Documentation

379 questions
-2
votes
1 answer

How to make device vibrate programmatically in BB10

I am very new to blackberry 10 development, i wanted to vibrate the bbdevice programmatically for some specific duration. How can we do that? Thanks in advance..!!
sumitl
  • 103
  • 1
  • 8
-2
votes
1 answer

"a:InternalServiceFault" getting error when calling SOAP service

friends.. I am implementing SOAP webservices.. I am using below code.. QtSoapMessage request; request.setMethod(QtSoapQName("Method_Name", "http://tempuri.org/*****/")); request.addMethodArgument("key1", "",…
Niranj Patel
  • 32,980
  • 10
  • 97
  • 133
-3
votes
1 answer

access context property from listview checkboxitem when onchechchanged

my qml: if i create a button and call " _model.writeapp(appname);" from its click event it works fine, but not from the listview checkbox oncheckedchanged event context is defined Container { ListView { id: listid dataModel: _model …
Neha
  • 1
  • 1
-4
votes
1 answer

Porting iOS app on Blackberry 10

I want to port the iOS app (ex.HelloWorld) developed in XCode on Blackberry 10 device. I have gone through the Cascades for Blackberry 10, but according to this, needs to install an Blackberry Native SDK and QNX Momentics IDE. Is there any other…
Girish
  • 4,692
  • 4
  • 35
  • 55
1 2 3
25
26